Jason Imison

Results 189 comments of Jason Imison

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...

How do you think it should behave? Just log a message and exit? Btw, you should probably get vim-dispatch running and let it automatically start OmniSharpServer for you.

I'm not sure if it's possible for me to get a message back to vim when the server didn't start correctly due to vim-dispatch's async nature. Vim isn't designed for...

Thanks for that! I think it might be better as a wiki page though, so that other people can edit it if they want (I don't use Ubuntu, so have...

No, you aren't doing anything wrong. Look at the server side code here - https://github.com/OmniSharp/omnisharp-server/blob/master/OmniSharp/TestContextInformation/GetTestContextHandler.cs#L67

Oh wow! That sounds very cool :) I'll try and see if I can get it working some time over the weekend unless @bbbscarter beats me to it! I suspect...

Did you know that there is an NRefactory helper method to add a using statement (and keep them in the correct order) ? https://github.com/nosami/OmniSharpServer/blob/master/OmniSharp/CodeActions/FixUsingsHandler.cs#L249

fyi - I'm very unlikely to look at this over the weekend. Maybe, one night during the week, but don't count on it.

As company-mode completes automatically without pressing a keybinding, I propose that a separate function is created that applies the inverse of omnisharp-auto-complete-want-importable-types. Does that make sense?