Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
12.2
-
None
-
None
Description
The VSCode doesn't display hints from annotation processors. To reproduce clone:
https://github.com/jtulach/netbeans-html4j
and checkout revision
eb1841800ae16782b781a60bda4a23593502ae60
after building the gradle (please use JDK11) -
$ JAVA_HOME=/jdk-11 ./gradlew assemble
you can open TicTacToe1.java and go to line 37, after second {{{}} there should be a CC:
{|shows list of parameters}
This seems to work in NetBeans 12.2, but not in VSCode.