-
Notifications
You must be signed in to change notification settings - Fork 675
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
No suggestions after typing new keyword #146
Comments
Is there a block on this? anything I can do to fix this? |
@DustinCampbell at'ing you just in case you missed my comments |
Unfortunately, it'll require some significant tweaks to both OmniSharp and probably a change to VS Code to make it work. It's definitely on my list to get working, but triggering completion on in specific positions is tricky. |
This in an old one! Following. |
@DustinCampbell thanks for the progress on this However I'm seeing this in v1.13.1 But I expected something like this |
The last missing piece before @DustinCampbell can do his magic seems to be happening on microsoft/vscode#35551 |
When typing the
new
keyword no suggestions are shown. i.e.List<string> myList = new
at this point visual studio would suggestion completions.The text was updated successfully, but these errors were encountered: