-
Notifications
You must be signed in to change notification settings - Fork 676
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
give intellisense for accessible object properties on object initialization #260
Comments
Seems similar to #573 |
Yup -- #573 is a dupe of this one. |
I also see the same behaviour when |
This is known, but it's actually more tricky. The difficulty with override completion is that we need changes to the VS Code APIs to provide a bit more information and provide richer facilities when applying a completion item. Essentially, we need to know what typed character triggered the completion list, and we need the ability to be able to have a completion item insert multiple lines of text and allow us to move the caret afterwards. I've been chatting with the VS Code folks about this. |
+1, would like to see this. |
Related to OmniSharp/omnisharp-roslyn#840 |
Assuming that I have the below view and my cursor sits in the middle of two curly braces:
I don't get intellisense for accessible properties. This is possible in Visual Studio either by start typing or hitting
ALT
+→
. This would be nice to have. I am willing to give this a go but might need some help to get my head around the structure of the project.I am using VS Code C# extension 0.3.7 on VS Code 1.0.0:
The text was updated successfully, but these errors were encountered: