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
The answer is that renaming a file is outside OmniSharp-roslyn's scope, so we'll need to do a bit more work on the OmniSharp-vim side. I haven't looked into this but I expect the OmniSharp-roslyn response will contain the new filename, and we should use that to perform the rename. We might be able to take some inspiration from vim-eunuch's :Rename functionality.
I'll close this issue as a duplicate and add this comment to the original.
Hello,
I am working on a file
Greater
that contains a class namedGreeter
.The code actions suggest that I rename the file to
Greeter.cs
.However, when selecting this code action, a
No action taken
is echoed.I would have expected my file to be renamed.
Is there a way to have this behaviour?
I'm working on gvim 8.2 on Windows 10 and did an
:OmniSharpInstall
this morning as well as a git pull for omnisharp-vimThe text was updated successfully, but these errors were encountered: