Spring Tools
springtools.bsky.social
Spring Tools
@springtools.bsky.social
Spring Tools for Visual Studio Code, Eclipse, and Theia: https://spring.io/tools
Want to get a super quick overview of all your request mappings and navigate to the corresponding code? Use "Go To Symbol in Workspace" in @vscode.dev , type "@/" and if you have @springtools.bsky.social installed, all request mappings will show up as you type 🚀
May 21, 2025 at 12:31 PM
Auto completion for injecting bean dependencies coming to @springtools.bsky.social - just start typing the name of the bean you would like to use in a method body, and the auto completion will take care of adding a field + constructor injection for you 🥳
April 30, 2025 at 3:19 PM
Available as an early access preview in @springtools.bsky.social for @vscode.dev: hierarchical outline view for Spring components, incl. as-you-type updates - far from complete, but we would love to hear your early feedback -> look out for the preference to enable
April 9, 2025 at 9:54 AM
Using the fluent API of Spring Webflux to define routers and defining multiple routes in one go? @springtools.bsky.social analyzes those call chains for you and highlights all the elements of a route when you click on one part of it
January 30, 2025 at 9:34 AM
Nice symbols for request mappings in the outline view and command palette are not only shown when working with Spring Web MVC controller mappings, but also when using Spring Webflux - even for functional router implementations 🥳
January 22, 2025 at 10:43 AM
Spring Webflux is nicely supported in @springtools4.bsky.social as well, including router definitions and handler methods. The mapping information, for example, is automatically extracted and displayed as a code lens on the handler function - for your convenience 🥳😎
January 16, 2025 at 11:22 AM
In the latest @springtools4.bsky.social release: Find all references to a property key now takes references from Value and ConditionalOnProperty annotations into account and shows much more precise location information
January 10, 2025 at 2:02 PM
Find all references to a property when working with a ConditionalOnProperty annotation? Right at your fingertips with the latest @springtools4.bsky.social
December 20, 2024 at 1:22 PM
Jumping to the definiton of a property key from a ConditionalOnProperty annotation is now just one click away - using the latest release of @springtools4.bsky.social
December 16, 2024 at 12:55 PM
Did you see the new auto completion support for ConditionalOnProperty annotations in the latest @springtools4.bsky.social release? It supports prefixes and takes them into account when inserting keys
December 12, 2024 at 1:22 PM
Wondering about the evaluation results of your conditional annotations? @springtools4.bsky.social show up the runtime results directly in your source code - no need to find them in a report anymore 😀
December 9, 2024 at 1:42 PM
Try out a request mapping directly from your source code has never been easier. @springtools4.bsky.social show you the full URLs of the mappings from a running Spring Boot application directly in your source code 🚀
November 29, 2024 at 11:59 AM
Which profiles are active in my running Spring Boot application? Once you have Spring Boot Actuators included, @springtools4.bsky.social will highlight the active profiles in your source code 🧐
November 21, 2024 at 12:21 PM
What to see what is going on with your Spring Boot application at runtime? Add Spring Boot Actuators to your project and @springtools4.bsky.social will show up live information from running apps in your source code, for example bean wirings 🧐
November 19, 2024 at 1:53 PM
Want to know where your bean is coming from that you have referenced in your ConditionalOnBean annotation? @springtools4.bsky.social has direct "go to definition" navigation for bean names in ConditionalOnBean annotations now
November 13, 2024 at 2:13 PM