Skip to content

Commit 790c5f8

Browse files
committed
Enable completion in comments for jdt-ls
1 parent 1897ff3 commit 790c5f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-java.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,8 @@ PROJECT-URI uri of the item."
11251125
(ht ("globPattern" "**/*.gradle"))
11261126
(ht ("globPattern" "**/.project"))
11271127
(ht ("globPattern" "**/.classpath"))
1128-
(ht ("globPattern" "**/settings/*.prefs"))))))))))))
1128+
(ht ("globPattern" "**/settings/*.prefs"))))))))))
1129+
:completion-in-comments? t))
11291130

11301131
(defun lsp-java-spring-initializr ()
11311132
"Emacs frontend for https://start.spring.io/."

0 commit comments

Comments
 (0)