-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changeSignature
code action throws error after manual input
#743
Comments
I stepped through the stack trace and it might be a problem with neovim's LSP, but I'm not sure. |
mfussenegger
added a commit
that referenced
this issue
Jan 23, 2025
There were changes to no longer provide the `signature` within the code-action command arguments but instead require an additional request from the client. See: - eclipse-jdtls/eclipse.jdt.ls#3322 - redhat-developer/vscode-java#3845 Closes: #743
Thanks for the report. Looks like eclipse.jdt.ls changed how the change-signature command works. #744 should fix it. |
mfussenegger
added a commit
that referenced
this issue
Jan 23, 2025
There were changes to no longer provide the `signature` within the code-action command arguments but instead require an additional request from the client. See: - eclipse-jdtls/eclipse.jdt.ls#3322 - redhat-developer/vscode-java#3845 Closes: #743
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LSP client configuration
Eclipse.jdt.ls version
1.43.9
Steps to Reproduce
HelloWorld.java
public static void foo() {
lineI checked out the
java_apply_refactoring_command
function and printed out the contents of thecommand
argument where I don't see acommand.signature
, probably leading to the error.Expected Result
Function signature prompt appears.
Actual Result
The text was updated successfully, but these errors were encountered: