intellij-quarkus
intellij-quarkus copied to clipboard
Application.properties autocomplete leaves mess at the end of the line
Steps to reproduce:
- Create new project and open the application.properties file
- Type "quark", the completion assist will show some suggestions
- Press your left arrow key three times
- Press enter, see the mess at the end of the line
Reproduced on Eclipse but not on VSCode that disables code assist as soon as back key is pressed. Need to talk with @angelozerr but fix in IJ may be tricky
To be honnest with you, I don't know how to fix this issue. I need some investigation if we could manage something on LSP server side, but I fear it is a problem with LSP client.
I can't reproduce with 1.20.
Closing.