Skip to content
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

Closed
pflannery opened this issue Apr 6, 2016 · 7 comments
Closed

No suggestions after typing new keyword #146

pflannery opened this issue Apr 6, 2016 · 7 comments

Comments

@pflannery
Copy link

When typing the new keyword no suggestions are shown. i.e. List<string> myList = new at this point visual studio would suggestion completions.

@pflannery
Copy link
Author

Is there a block on this? anything I can do to fix this?

@pflannery
Copy link
Author

@DustinCampbell at'ing you just in case you missed my comments

@DustinCampbell
Copy link
Member

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.

@Novack
Copy link

Novack commented Nov 21, 2016

This in an old one! Following.

@pflannery
Copy link
Author

@DustinCampbell thanks for the progress on this

However I'm seeing this in v1.13.1

image

But I expected something like this

image

@DustinCampbell
Copy link
Member

Yes, there's is some work yet to handle sorting. It's getting much closer though! 😄 cc @rchande, who's working on this as part of #1765.

@Novack
Copy link

Novack commented Dec 13, 2017

The last missing piece before @DustinCampbell can do his magic seems to be happening on microsoft/vscode#35551

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants