metals-feature-requests icon indicating copy to clipboard operation
metals-feature-requests copied to clipboard

Add support for signature help in java

Open ghostbuster91 opened this issue 4 months ago • 0 comments

Is your feature request related to a problem? Please describe.

When writing java it is often useful to recall information about the current function signature by invoking signatureHelp lsp request. For now this works only when called from within a scala file.

Describe the solution you'd like

Implement signatureHelp also for java files for both scala and java code.

Describe alternatives you've considered

Checking signature from the completions menu.

Additional context

No response

Search terms

java, signatureHelp

ghostbuster91 avatar Apr 26 '24 10:04 ghostbuster91