use a specific category for spring-boot-ls-based jdt content-assist extension to make it appear in the preferences
This commit is contained in:
@@ -78,10 +78,11 @@
|
||||
|
||||
<extension
|
||||
id="springbootjava-completion-computer"
|
||||
name="Spring Proposals (based on Spring Boot LS)"
|
||||
point="org.eclipse.jdt.ui.javaCompletionProposalComputer">
|
||||
<javaCompletionProposalComputer
|
||||
activate="true"
|
||||
categoryId="org.eclipse.jdt.ui.defaultProposalCategory"
|
||||
categoryId="org.springframework.tooling.boot.ls.springbootjava-completion-computer"
|
||||
class="org.springframework.tooling.boot.ls.jdt.SpringBootJavaCompletionProposalComputer"
|
||||
needsSortingAfterFiltering="false">
|
||||
</javaCompletionProposalComputer>
|
||||
|
||||
Reference in New Issue
Block a user