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...
Wrong icon for CompletionItemKind for xml completions. Today the completionitemkind = Unit when requesting completions for spring xml attributes. To align with lemminx it should be using CompletionItemKind.Value for attributes.
Beforehand: This is not a concrete feature request but a request to start a discussion. SQL queries are an essential part of many spring boot applications. However, the IDE experience...
**Describe the bug** `workspace/symbols` sometimes returns empty results. Leading to empty list in beans/mappings view. When project is added/removed or classpaths changes, we re-fetch static beans/mappings from workspace symbols as...
**Describe the bug** This last vscode Spring Boot Tools 1.39.0, prevents vscode from running or debugging a java project. When launching Run/Debug a java project "Activating extensions" appears briefly in...
`pre_without_version` and `build_without_version` is not recognize for semver resource The extension wrongly reports `Unknown property 'pre_without_version' for type 'SemverPutParams'vscode-concourse(YamlSchemaProblem)` `Unknown property 'build_without_version' for type 'SemverPutParams'vscode-concourse(YamlSchemaProblem)` The documentation about `pre_without_version` and...
The extension for the jdt language server that handles classpath-related messages is sometimes not notifying the classpath listeners, resulting in the Spring Boot language server not being able to do...
**Describe the bug** Fedora 36 + swaywm (wayland) Control+C Control+V Control+X content coming from other application or wanting to copy from STS into other application has no effect. Although it...
Add a new icon with a dark foreground, to be displayed on light color themes. Follow-up to https://github.com/spring-projects/sts4/pull/839. | before | after | | --- | --- | | |...
**Describe the bug** Incremental update where completions 'update as you type more letters' seems to be broken in Eclipse (maybe also in vscode, but haven't confirmed / tried that). I...
When parsing using open-write takes a long time (e.g. if the parsed file is large or if you insert a sleep during parsing to simulate this situation), and I quickly...