-
Notifications
You must be signed in to change notification settings - Fork 20
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
Odd behaviour with Dictionary #5
Comments
This looks like it could be a problem with omnisharp as the request looks ok. @nosami any thoughts? |
Which property are you using on the left hand side? |
If you are using snippeted completions, I think that you should use MethodHeader on the left, and ReturnType on the right. |
I'm using DisplayText on the left and ReturnType on the right atm. I'll change it |
As a possible extension to this bug there seems to be some inconsistent behaviour with intellisense when using property initialiser. If you attempt to invoke the auto complete when the curly brackets are on the same line like
It will bring back the properties. However if you have the brackets on different lines it doesn't bring anything back:
|
In Sublime I don't get the original bug now but maybe cause I changed to |
The first issue is fixed now on the server. Don't know about the 2nd one yet. |
This is what I get when typing
When I then type D i get a different completion and when accepted I get the snippet stuff for TKey,TValue, @nosami said it might be a server bug
The text was updated successfully, but these errors were encountered: