Quickfix sorting. Preferred fix. Wording for RequestMapping quickfixes

This commit is contained in:
aboyko
2023-09-26 22:07:19 -04:00
parent e41f45dc8f
commit d1e9ed51ea
10 changed files with 183 additions and 20 deletions

View File

@@ -10,6 +10,7 @@
id="org.eclipse.languageserver.languages.springboot"
label="Spring Boot Language Server"
lastDocumentDisconnectedTimeout="2147483647"
markerType="org.springframework.tooling.boot.ls.diagnostic"
serverInterface="org.springframework.ide.vscode.commons.protocol.spring.SpringIndexLanguageServer"
singleton="true">
</server>
@@ -752,6 +753,21 @@
class="org.springframework.tooling.boot.ls.Startup">
</startup>
</extension>
<extension
point="org.eclipse.ui.ide.markerResolution">
<markerResolutionGenerator
class="org.springframework.tooling.boot.ls.markers.LSPBootCodeActionMarkerResolution"
markerType="org.springframework.tooling.boot.ls.diagnostic">
</markerResolutionGenerator>
</extension>
<extension
id="diagnostic"
name="Spring Boot"
point="org.eclipse.core.resources.markers">
<super
type="org.eclipse.core.resources.problemmarker">
</super>
</extension>
<!--
<extension
point="org.eclipse.wildwebdeveloper.xml.lemminxExtension">