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 for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube