We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a74cb7 commit 60b44afCopy full SHA for 60b44af
lsp-java-boot.el
@@ -142,7 +142,8 @@ Store CALLBACK to use it `sts/highlight'."
142
(gethash "completionProvider" (lsp--workspace-server-capabilities workspace))))
143
:multi-root t
144
:add-on? t
145
- :server-id 'boot-ls))
+ :server-id 'boot-ls
146
+ :completion-in-comments? t))
147
148
(provide 'lsp-java-boot)
149
;;; lsp-java-boot.el ends here
0 commit comments