Skip to content

Commit 60b44af

Browse files
committed
Enable completion in comments for spring boot
1 parent 4a74cb7 commit 60b44af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-java-boot.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ Store CALLBACK to use it `sts/highlight'."
142142
(gethash "completionProvider" (lsp--workspace-server-capabilities workspace))))
143143
:multi-root t
144144
:add-on? t
145-
:server-id 'boot-ls))
145+
:server-id 'boot-ls
146+
:completion-in-comments? t))
146147

147148
(provide 'lsp-java-boot)
148149
;;; lsp-java-boot.el ends here

0 commit comments

Comments
 (0)