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

comments powered by Disqus

Featured

  • Integrating Blazor with Existing .NET Web Apps

    Blazor shook up the .NET-centric web-dev space several years ago with its new ability to create web apps using C# and .NET instead of primarily coding UI with JavaScript like most every other framework, and it has been steadily advancing ever since. Here's a look at using RazorComponents for app integration.

  • ABP Ships Community Edition of Open Source .NET Dev Framework

    Flying under the radar below Visual Studio, VS Code, JetBrains Rider and other big names in the .NET-centric IDE space is the open-source ABP, which just shipped a new community edition.

  • With .NET 6 Support Ending, Security Vulnerabilities Loom

    While many Visual Studio developers are awaiting the debut of .NET 9 in November, they might want to pay attention to a looming security issue with .NET 6, which will reach end of support at the same time, perhaps leaving apps open to cybersecurity attacks.

  • Black White Wave IMage

    Data Anomaly Detection Using LightGBM

    Dr. James McCaffrey from Microsoft Research presents a complete program that uses the Python language LightGBM system to create a custom autoencoder for data anomaly detection. You can easily adapt the demo program for your own anomaly detection scenarios.

  • Semantic Kernel AI SDK Gets Autonomous Agents (Experimental)

    As AI matures, agents are one of the most significant areas of development, and Microsoft's Semantic Kernel AI dev tooling is getting them, as an experiment for now.

Subscribe on YouTube