vscode suggestion args problem #1277
-
I create maven app with vscode and when use this library show args badly like this: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, thanks for using this library and RabbitMQ. The problem you describe is not due to anything that this library can fix. It is due to how the Java language server you're using presents information to VSCode. I use Neovim with the In your case, I recommend double-checking which Java language server you are using, and its configuration. You're probably using this plugin: https://github.com/redhat-developer/vscode-java If you need further assistance, I suggest asking here: https://github.com/redhat-developer/vscode-java/discussions |
Beta Was this translation helpful? Give feedback.
Hello, thanks for using this library and RabbitMQ.
The problem you describe is not due to anything that this library can fix. It is due to how the Java language server you're using presents information to VSCode.
I use Neovim with the
jdtls
language server. When I open a file in therabbitmq-perf-test
codebase, I see the same function signature in Neovim that you do in VSCode:In your case, I recommend double-checking which Java language server you are using, and its configuration. You're probably using this plugin: https://github.com/redhat-developer/vscode-java
If you need further assistance, I suggest asking here: https://github.com/redhat-developer/vscode-java/discussions