-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
First of all, sorry if this is the wrong place, but I think is a kotlin-lsp issue.
The issue concept is as simple as the title says. In every autocompletion that I accept, inserts the thing that I just accepted BUT also at the end add some parentheses.
To reproduce:
- Type "prinl".
- Select the first option or essentially the "println()" option.
- Then the autocompletion inserts "println()()". And the cursor in Insert Mode it's inside the second parentheses, "println()(|)".
Same thing with "readln()" and inserts "readln()()", "buildList" and inserts "buildList { }()".
Always inserts at the end some parentheses.
Perhaps it helps my setup is the following:
I'm on Neovim with just kickstart (the pre-config starting point, nvim-lua/kickstart.nvim).
And I installed the kotlin-lsp and kotlin-debug-adapter with Mason. That's it.
hkupty and yamsergeyStianhn and yamsergey
Metadata
Metadata
Assignees
Labels
No labels