sts4
sts4 copied to clipboard
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, V...
**Describe the bug** The hovering over the highlights with the mouse pointer doesn't show any information 1. Spring Tool Suite 4 2. Version: 4.13.0.RELEASE 3. Build Id: 202112031748 4. Spring...
**Expected Behavior** The configuration in the "spring.factories" file cannot be accessed by Ctrl+left mouse button. I hope to visit like idea, it is very convenient. **Current Behavior** The configuration in...
Please add groups for Boot Dashboard in STS, the groups ares so helpful for our developers. i.e. local --started ----Application1(4401) ----Application2(4402) --group2 ----Application3 ----Application4 
**Describe the bug** When you enter a new unknown property in `application.properties`, a warning shows up saying it's an unknown property. Using quick fix (Ctrl+1) you should be able to...
Follow up of https://github.com/spring-projects/sts4/issues/475 Considering this situation: ``` @CacheEvict(key = "#customer.customerId") public void insert(Customer customer) { //some logic } ``` Then assume to refactor rename the field `customerId` of the...
Follow up of https://github.com/spring-projects/sts4/issues/475 Considering this situation: ``` @CacheEvict(key = "#customer.customerId") public void insert(Customer customer) { //some logic } ``` Then assume to refactor rename the field `customerId` of the...
This issue is created after a question on Twitter: https://twitter.com/MarcGemis/status/1289086371936776193 The goal is to create a Spring Cloud Config server with yml-property files for microservices. At this moment the files...
It would make sense to add validation for Spring Data repository definitions, specifically to check that the declared repository ID type is assignable to (compatible with) the domain type. The...
Live Share in VSCode enables collaborative editing among participants. I've tried it with Spring Boot projects, it's good that CodeLens and other live info are synced to guests, but some...
Recently I install Kotlin plugin in STS ide. Unfortunately, when I clicked on kotlin files(**.kt**) it wouldn't open in editor mode. Instead of that it opens into blank editor and...