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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube