-
Notifications
You must be signed in to change notification settings - Fork 419
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
intelisense problem #346
Comments
Please provide details steps include a code sample so that we can understand and reproduce |
From @MasoodRezazadeh on November 26, 2015 13:12
using EntityFramework 7 i created this context , for adding db connection query string |
@MasoodRezazadeh Do I understand correctly that this is a feature request for IntelliSense helping you to implement a method? Like so
|
From @MasoodRezazadeh on November 26, 2015 14:49 @jrieken Yes i Thought this feature should be available for newbies like me |
ok. understood. moving to OmniSharp cos they drive the C# features |
It's possible it can be added, but we're waiting on the new service via #78, which would also solve the same problem. |
This service probably wouldn't solve the problem precisely. "Override" completion has pretty specialized support since it has to do extra things like move the editor caret into the generated method. This is the same situation for XML doc comment completion (which moves the caret between the inserted start/end XML tags) and partial method completion after typing the "partial" keyword. |
@filipw I think this can be closed out, right? |
yes we missed it somehow |
From @MasoodRezazadeh on November 26, 2015 12:53
there is no code suggestions for OVERRIDE ... last night it tooks till 6 AM for me to figure out that in DbContext i should override OnConfiguring with DbContextOptionsBuilder parameter not DbContextOptions ...
Copied from original issue: microsoft/vscode#709
The text was updated successfully, but these errors were encountered: