News

VS Code Java Project Explorer Gets Better

The recently introduced project view for managing Java projects in Visual Studio Code received several enhancements in the latest update to Java functionality provided in Microsoft's popular open source, cross-platform code editor.

The project view -- or "JAVA PROJECTS explorer" as the dev team calls it -- was introduced in August of last year as part of an effort to improve the "getting started" experience with Java on VS Code.

As detailed in "Java project management in VS Code" documentation, it provides one view to help developers more easily view projects and their dependencies while providing entry points for project management tasks such as organizing and configuring assets, setting up environments and so on. Developers can switch between a hierarchy view and flat view.

Project View
[Click on image for larger view.] Project View (source: Microsoft).

"Our goal is to allow you accessing all project management related functions through the single view," Microsoft said at the time. "The view is realized through Project Manager for Java extension. Since the extension is an update from previous Java Dependency Viewer extension, if you have already installed the Java Dependency Viewer extension, then you just need update it to the latest version."

The Project Manager for Java extension's listing on the VS Code Marketplace shows it has been installed nearly 5.9 million times.

In announcing the December 2020 update to Java on VS Code, Yaojin Yang, senior program manager in the Developer Division at Microsoft, said work to improve the project manager was a focus point for the new iteration.

Exporting to JAR from Project View in Action
[Click on image for larger, animated GIF view.] Exporting to JAR from Project View in Action (source: Microsoft).

Here is how he described several enhancements:

  • Run: Now, you can run your application directly from JAVA PROJECT explorer. Before trying, please make sure you install the latest version of Debugger for Java extension.
  • Update project: 'Update Project' is a function you may use, when Maven or Gradle dependencies are modified or you want to simply keep your project updated. Previously, to invoke the function, you have to use VS Code file explorer. Now, the function is also available through JAVA PROJECTS explorer by right-clicking project node.
  • Navigate to dependency's POM file: Right-clicking a dependency on POM file and then selecting Go to Definition open dependency's POM file.
  • Key bindings: New bindings are added for you to interact with files more easily from JAVA PROJECT explorer.

Support for Java in Visual Studio Code is provided through a wide range of extensions, many of which are bundled in the Java Extension Pack.

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