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 1897ff3 commit 790c5f8Copy full SHA for 790c5f8
lsp-java.el
@@ -1125,7 +1125,8 @@ PROJECT-URI uri of the item."
1125
(ht ("globPattern" "**/*.gradle"))
1126
(ht ("globPattern" "**/.project"))
1127
(ht ("globPattern" "**/.classpath"))
1128
- (ht ("globPattern" "**/settings/*.prefs"))))))))))))
+ (ht ("globPattern" "**/settings/*.prefs"))))))))))
1129
+ :completion-in-comments? t))
1130
1131
(defun lsp-java-spring-initializr ()
1132
"Emacs frontend for https://start.spring.io/."
0 commit comments