mbien commented on code in PR #8916:
URL: https://github.com/apache/netbeans/pull/8916#discussion_r2531321008


##########
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/CompletionProviderImpl.java:
##########
@@ -87,7 +87,7 @@
  *
  * @author lahvac
  */
-@MimeRegistration(mimeType="", service=CompletionProvider.class)
+@MimeRegistration(mimeType="", service=CompletionProvider.class, position = 
1000)
 public class CompletionProviderImpl implements CompletionProvider {

Review Comment:
   @jlahoda having no position is essentially end of the list, so I believe 
setting pos=1000 should be ok here?
   
   the `org-netbeans-modules-spellchecker-completion-WordCompletion` did also 
have no position, which means the end of the list wasn't "well defined" for the 
completion providers I believe.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to