News

Microsoft Makes UI Changes for Java on VS Code

Java on Visual Studio Code got some UI changes including new sections for the project settings page, along with improvements for Spring development.

In the regular monthly update announced last week, Microsoft's dev team noted new sections on the project settings page:

  • Compiler section: This helps devs set Java compiler-related options, which as of now include source and target compatibility, -release option for cross compilation and customization for class file generation.
  • Maven section: With this, devs can more easily point to active Maven profiles just by clicking on "Maven" and entering the Maven profile names.
Extension Pack for Java
[Click on image for larger view.] Extension Pack for Java (source: Microsoft).

The team also provided easier access to that project settings page while also adding a shortcut for using the formatter in the project section.

Several improvements were also made for Spring development, including:

  • Support for @DependsOn: Support for the @DependsOn annotation has been added, allowing navigation to referenced beans as well as content-assist to quick define which beans the component depends on.
  • Validation for JPQL and HQL queries: JPQL and HQL query strings used in @Query annotations are now validated as part of the regular reconciling, making it easier to to spot errors in those queries. As with all Spring specific validations, users can define the severity of those validations via preferences.
  • Upgrade support for Spring Boot 3.3: The integrated support for upgrade Spring Boot projects to the latest Spring Boot version (using OpenRewrite) has been updated to Spring Boot 3.3.

The team handles the Extension Pack for Java (28.1 million installs) and the Spring Boot Extension Pack (2.4 million installs) for a specialized Spring experience.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events