You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you read through :h nvim-surround to see if there might be any relevant information there?
Is your feature request related to a problem? Please describe.
When using something like csf to change a function call, there is a prompt for entering the new function name. This means I can't take advantage of LSP autocompletion when typing the new name.
Describe the solution you'd like
Have an option to enter insert mode for typing in the new name instead of the prompt.