-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The auto complete function in the Attribute of csharp. #186
Comments
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
|
For comparison(?) this was fixed in omnisharp-vscode here: dotnet/vscode-csharp#393 |
Any updates on this? |
The auto complete function treat "[XXXAttribute]" as "[XXXAttribute]", it should be "[XXX]".
The text was updated successfully, but these errors were encountered: