oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No support for parameter hints

gayanper opened this issue · comments

When on a method invocation or constructor invocation trying to invoke parameter hints doesn't work using CMD+Shift+Space. It seems that the extension doesn't provide symbol information provider which is checked in the vscode command for parameter hints.

FWIW, signatureHelp (which I think is the protocol method for this) is implemented in the upcoming NB 20:
apache/netbeans@68222f2

So, when we upgrade to NB 20, we should get this.

Do you have nightly build from both NB nightlies and this extension nightly builds packed ?

Merged