Jaroslav Tulach created NETBEANS-4998:
-----------------------------------------
Summary: Annotation processor completions not displayed in VSCode
Key: NETBEANS-4998
URL: https://issues.apache.org/jira/browse/NETBEANS-4998
Project: NetBeans
Issue Type: Bug
Components: vscode
Affects Versions: 12.2
Reporter: Jaroslav Tulach
Assignee: Jan Lahoda
The VSCode doesn't display hints from annotation processors. To reproduce clone:
{code:java}
https://github.com/jtulach/netbeans-html4j {code}
and checkout revision
{code:java}
eb1841800ae16782b781a60bda4a23593502ae60 {code}
after building the gradle (please use JDK11) -
{code:java}
$ JAVA_HOME=/jdk-11 ./gradlew assemble
{code}
you can open {{TicTacToe1.java}} and go to line 37, after second {{{}} there
should be a CC:
{code:java}
{|shows list of parameters}{code}
This seems to work in NetBeans 12.2, but not in VSCode.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists