Spring Tools
@springtools
Spring Tools for Visual Studio Code, Cursor, Eclipse, and Theia:
Bringing more Spring smartness to your coding agent doesn't stop with delivering specific diagnostics, it comes with the corresponding quick fixes for those observations as well - now as skills and explanation markdowns that tell the agent precisely how to improve the code and fix the issue 🎉
Our extension for Claude Code can tell your agent what seems to be wrong with your project from a Spring perspective by deliverung diagnostics information directly to the agent - pretty nice to safe tokens and to enhance the agent with more Spring smartness 😎🥳
Our extension for Claude Code comes with a nice little skill that integrates Spring Initializr into Claude Code, making it super easy to create new Spring Boot projects right from within Claude Code... 😎🚀
And the quick fix can not just convert individual references, but several in one go 🥳
Not using the new type-safe property references in Spring Data yet? We are here to help 😎. Introducing a new validation that flags string-based property references automatically - and provides a quick fix to switch to the new mechanism 🚀🥳
If you are building MCP servers with Spring AI, having a good tool description can be key for an LLM to pick the right one. So we added a validation that checks for a (configurable) minimum length - just as a first indicator 😀
The new support for Spring AI in the Spring Tools starts with indexing the Spring AI annotations and giving you a nice overview in the outline view as well as the symbols navigation 😎🥳 @spring-ai.bsky.social
Speaking of performance, we also removed the initial delay when opening the new logical structure view in VSCode for the first time. The content now shows up almost instantly 🚀😎
The language server inside the Spring Tools is built as a Spring Boot application, so we went ahead and integrated the option to create a Project Leyden based AOT cache to improve startup speed and reduce memory consumption of the language server process. Feel free to give it a try... 😀🚀
Just in case something from the Spring Tools isn't working as expected and you would like to submint an issue and attach some logs: we made it a lot easier to configure the log level and the log destination when working inside of Eclipse
The wait is over, we finally brought back the "Spring" view category in Eclipse, so you can find all the awesome Spring-specific views there: the logical structure view, the symbols view, and the good old dashboard for all your Spring apps in your workspace 🥳😂
This new validation is awesome, but we don't stop there. Here comes the corresponding quick fix that let's you configure API versioning (both ways, via a WebConfigurer or related Spring Boot properties) without writing everything yourself 🥳😎
Every release introduces new quick fixes to make your life easier when working with Spring projects. This time, we added a quick fix to easily add a configuration class to your Spring Cloud LoadBalancer client annotation - in case this link is missing. Enjoy! 🥳😎
In preparation of "final" really meaning final in an upcoming Java version (see JEP 500), we added a validation that flags the use of final on autowired fields, which works today, but most likely not anymore in the near future - and is not really the recommended way to use autowired anyway 😉 😎
Do you prefer nicely formatted text blocks for your query annotations when using Spring Data? @springtools.bsky.social has an option now to produce exactly those when turning repository AOT metadata into query annotations 😍
In case you haven't seen this in action yet: Spring Data JDBC query annotations now have SQL syntax highlighting and validation as-you-type - proudly brought to you by the @springtools.bsky.social 😎🥳
Another new validation arrived in the latest release of @springtools.bsky.social: now checking for missing configuration annotations on WebMvcConfigurer implementations - and the quick fix is included, too... 🥳
Defining and including your own stereotypes in the new Spring logical structure view has never been easier - with the latest release of @springtools.bsky.social, your catalog files are automatically merged with the defaults, for those not using jMolecules directly 🥳🚀😎
Support for functional web route definitions in @springtools.bsky.social now works for Spring WebMVC as well, understands static methods and builder pattern, visualizes the extracted routes in the symbols + logical structure view, and shows a nice code lens on the handler method 😎🚀
Builder pattern now supported in Spring Tools when analyzing code that defines WebFlux routes in a functional style... 🚀 Now the Spring Tools understand the static methods as well as the builder pattern and visualizes both - for example as a code lens above the handler method definition
Nice improvements coming as part of the Spring Tools 5.1.0 release, including syntax highlighting for SQL statements inside of query annotations for Spring Data JDBC projects... 🥳🚀
Using some of the Spring Cloud components? @springtools.bsky.social now uses spring.io/projects/gen... to verify that your Spring Cloud and Spring Boot versions are compatible with eath other and if not, report mismatches right within your IDE 🥳
Java 26 support has landed at start.spring.io as well as @springtools.bsky.social for Eclipse. All you need to do is to install the Java 26 support from the Eclipse Marketplace - and you are ready to go: create a new Spring Boot project using Java 26 from the build-in wizard - and go! 🚀🥳
Spring Framework 7 and Spring Boot4 use JSpecify as standard non-null/nullable annotations, so we now have them automatically configured in @vscode.dev as well as the Spring Tools for @eclipseide.org distribution 🥳
We continue on our mission to make you as productive as possible building Spring applications in the development environments of your choice. Please welcome Cursor to the list of supported environments - and enjoy coding 😎🥳🚀
With the new logical structure view in @springtools.bsky.social, you can define your own custom stereotypes using annotations as well - and see the view update instantly on save 🚀
The new logical structure view in the @springtools.bsky.social does not only group things in well-known pre-defined stereotypes. You can bring your own custom stereotypes and include them in the structure as well, for example by defining them in catalog files 🚀
Did you know that you can influence the grouping of the elements in the new logical structure view? Click on the grouping icon on the project node and select which groups you would like to enable/disable - and the view will automatically update accordingly 😎
The new logical structure view for your Spring Boot projects is based on the stereotypes concept of JMolecules. And stereotype nodes in the structure view allow you to quickly navigate to the corresponding catalog file - in case you wonder how the stereotype definition looks like 🧐
Already using Spring Modulith in your Spring Boot projects? The new logical structure view in @springtools.bsky.social supports it right out of the box 🚀