omnisharp-emacs
omnisharp-emacs copied to clipboard
The auto complete function in the Attribute of csharp.
The auto complete function treat "[XXXAttribute]" as "[XXXAttribute]", it should be "[XXX]".
Which server? I assume you mean omnisharp-roslyn as this is a known problem there. It should be fixed soon.
Thanks for reply. I use omnisharp-server. omnisharp-emacs can use omnisharp-roslyn as backend? I will try it.
You can, but you need to start he omnisharp-roslyn server manually for now. (That has the same issue though :) )
If you try it, be sure to not use the feature-omnisharp-roslyn-support branch here on github. That is currently under development and not fully usable. Use master or develop, or a melpa package if you already have one. 19.7.2015 8.02 ip. "Jason Imison" [email protected] kirjoitti:
You can, but you need to start he omnisharp-roslyn server manually for now. (That has the same issue though :) )
— Reply to this email directly or view it on GitHub https://github.com/OmniSharp/omnisharp-emacs/issues/186#issuecomment-122683017 .
For comparison(?) this was fixed in omnisharp-vscode here: https://github.com/OmniSharp/omnisharp-vscode/issues/393
Any updates on this?