Add support for async completions in 4.15
Marked the SpringBootJavaCompletionProposalComputer as requiresUIThread = false so that the completions can be run asyncly.
This commit is contained in:
@@ -63,7 +63,8 @@
|
||||
activate="true"
|
||||
categoryId="org.eclipse.jdt.ui.defaultProposalCategory"
|
||||
class="org.springframework.tooling.boot.ls.jdt.SpringBootJavaCompletionProposalComputer"
|
||||
needsSortingAfterFiltering="false">
|
||||
needsSortingAfterFiltering="false"
|
||||
requiresUIThread="false">
|
||||
</javaCompletionProposalComputer>
|
||||
</extension>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user