-
Notifications
You must be signed in to change notification settings - Fork 513
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
Comments
Hmm, I see completion items for the So that could be improved. RE .NET, there is Intellisense for non-static members. Try |
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: |
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 Also, |
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. |
Actual behavior vs expected behavior
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
No intellisense support for .NET? Likewise, WriteLine() doesn't seem to output console.
The text was updated successfully, but these errors were encountered: