Vscode-java: "trigger parameter hints" (shift+cmd+space) action doesn't work

Created on 1 Mar 2019  路  2Comments  路  Source: redhat-developer/vscode-java

1) System.out.println();
2) shift+cmd+space
3) no parameter hints appeared
same for a constructor parameters.
I tried on 2 mac os machines, on stable and on insiders versions. Other languages support this feature (tried with golang, typeScript)

image

image

Mac OS
VSCode 1.32.0-insider, 1.31
extension version: 0.40

Most helpful comment

Add "java.signatureHelp.enabled": true to your settings.json

All 2 comments

Add "java.signatureHelp.enabled": true to your settings.json

Oh. I'm sorry. Hope, I not only one and this issue will help someone.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

joewood picture joewood  路  3Comments

danielcalvogonzalez picture danielcalvogonzalez  路  3Comments

BuZZ-dEE picture BuZZ-dEE  路  4Comments

yaohaizh picture yaohaizh  路  4Comments

ViniciusAtaide picture ViniciusAtaide  路  4Comments