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
I'm on day one of using OmniSharp but once I got it running in Spacemacs (via omnisharp-emacs), the result of a refactor (omnisharp-run-code-action-refactoring) was not what I was expecting.
Think you are using omnisharp-server backend here based on NRefactory. There is a newer backend (omnisharp-roslyn) but I don't think omnisharp-emacs supports it. Most of the omnisharp-roslyn backend will work with master omnisharp-emacs (with the exception of refactorings!! - the API changed)
If that doesn't work for you, you're probably SOL unless you want to get your hands dirty. The omnisharp-emacs author (@sp3ctum) doesn't work on the project any more.
Hi, I can confirm what @nosami said. I've been putting off laying the project off my shoulders for way too long now. I'll add something to the readme files to make it official.
I'm on day one of using OmniSharp but once I got it running in Spacemacs (via omnisharp-emacs), the result of a refactor (
omnisharp-run-code-action-refactoring
) was not what I was expecting.Given this:
I was expecting:
But what I got was:
The text was updated successfully, but these errors were encountered: