vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Inlay hints for implicit types

Open avikam opened this issue 9 months ago • 0 comments

Is it possible to support inlay hints for vars variables? currently there is only support for parameters (which is fantastic ❤ )

final var localPath /* Path */ = Path.of()

avikam avatar Apr 24 '25 16:04 avikam