News

Java on Visual Studio Code Adds 'Small' New Things

Apparently the regular monthly update to Java on Visual Studio Code doesn't introduce any ground-breaking new features, but rather "some 'small' new things that you would love."

That's according to Yaojin Yang, senior program manager in the Developer Division at Microsoft, in a Nov. 16 blog post introducing the October 2020 update to Java on Visual Studio Code, support for which is provided via extensions.

"In this update, we will introduce some 'small' new things that you would love," Yang said. "VS Code is not only about features, UIs and extensions, and it's also about communities and users. We appreciate all feedback, ideas and criticisms you have been provided to us. Some of the features we are going to introduce are directly inspired by you."

Here's a look at a few of those highlighted features.

  • Debugging: This is always a focus point of the VS Code Java team, and new functionality here includes:
    • The ability to click on a source code hyperlink in a debugging stacktrace in the terminal and navigate directly to that source code
      Stacktrace Hyperlink to Source in Animated Action
      [Click on image for larger, animated GIF view.] Stacktrace Hyperlink to Source in Animated Action (source: Microsoft).
    • A new setting, java.debug.settings.vmArgs, that lets developers specifiy default VM arguments
    • By right-clicking on the name of a project, developers can now run or debug applications directly from the context menu of the project view
  • Project Management:
    • A new setting, java.project.exportJar.targetPath lets coders specify whether to export a JAR to a default folder or a user-specified folder
    • The recently introduced Java project view that helps programmers access all project management-related functions gets two new entry points: the context menu of Java source file, pom.xml or build.gradle in the file explorer and editor tab
    • Developers can specify New Class, New Package and Delete directly from a project view's context menu

Java on Visual Studio Code documentation is available here and step-by-step tutorials are available here.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube