Skip to content

Missing intellisense #139

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

Closed
ghost opened this issue Apr 12, 2016 · 4 comments
Closed

Missing intellisense #139

ghost opened this issue Apr 12, 2016 · 4 comments
Labels
Area-IntelliSense Issue-Enhancement A feature request (enhancement).

Comments

@ghost
Copy link

ghost commented Apr 12, 2016

Actual behavior vs expected behavior

webmethod

Method here is missing intellisense. Just a minor inconvenience, but it would be nice to see what types method supports here.

More troubling is this

console

No intellisense support for .NET? Likewise, WriteLine() doesn't seem to output console.

@rkeithhill
Copy link
Contributor

Hmm, I see completion items for the -Method parameter but they are mixed in with a bunch of other unrelated completion items:

vscode_paramvaluecompletion

So that could be improved.

RE .NET, there is Intellisense for non-static members. Try "".<Ctrl+Space>. What we are missing is Intellisense for static members. That will be fixed in the 0.6.0 release of this extension.

@ToddBowles
Copy link

I'm using 0.11.0 and I seem to be missing Intellisense of Static Methods too.

I've had them working before, on a different machine.

The version of vscode that its not working in is 1.10.2, running in portable mode (so downloaded via the zip) out of my OneDrive.

Specifically, if I type in [System.IO.DirectoryInfo]:: I get the following intellisense:

image

@TylerLeonhardt
Copy link
Member

TylerLeonhardt commented Jan 30, 2018

What's interesting about what @ToddBowles is seeing (and I can repro that) is that the results are the same in VSCode and powershell.exe.

It's only in the ISE where the results are different

image

Also, [System.Console]:: does yield (some if not all) intellisense now:
image

@TylerLeonhardt TylerLeonhardt added Issue-Bug A bug to squash. Issue-Enhancement A feature request (enhancement). Area-IntelliSense and removed Issue-Bug A bug to squash. labels Jan 30, 2018
@rjmholt
Copy link
Contributor

rjmholt commented Oct 10, 2018

I'm currently getting pretty good completions for the initial example when I press Ctrl+Space in 1.9.0. Is this still an issue for people?

The .NET completions are now tracked in #1356.

@rjmholt rjmholt closed this as completed Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IntelliSense Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

No branches or pull requests

4 participants