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

Yes, there's is some work yet to handle sorting. It's getting much closer though! :smile: cc @rchande, who's working on this as part of https://github.com/OmniSharp/omnisharp-vscode/issues/1765.
The last missing piece before @DustinCampbell can do his magic seems to be happening on https://github.com/Microsoft/vscode/issues/35551
Most helpful comment
Yes, there's is some work yet to handle sorting. It's getting much closer though! :smile: cc @rchande, who's working on this as part of https://github.com/OmniSharp/omnisharp-vscode/issues/1765.