-
Notifications
You must be signed in to change notification settings - Fork 2k
$0 in extract function assist #7793
Copy link
Copy link
Closed
Labels
A-assistsE-easyE-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Metadata
Metadata
Assignees
Labels
A-assistsE-easyE-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hello, I am using nvim + LanguageClient-neovim and I have no plugin for snippet support. When I use the "extract function assist" code action, the generated function always has the name $0fun_name. The same happens with nvim-lsp. If I understand #2518 and #4117 correctly, snippet-completion should be disabled automatically if the client does not support snippets.