-
Notifications
You must be signed in to change notification settings - Fork 513
.NET types doesn't work in many cases. #148
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, will investigate this, thanks for reporting! |
As a workaround for the NewGuid case, try this: type This will work a little better in 0.6.0 however @daviwil we currently do not provide parameter/arg Intellisense for .NET methods like we do for PowerShell commands AFAICT e.g.: That would be really nice to have for .NET methods where you show various method overloads e.g. 1/6 instead of command parameter sets. |
That's true, we don't yet provide parameter hints for .NET methods. I was looking for the signature string in the IntelliSense but it seems you just need to get to it a different way, as shown by your screenshot. One thing that surprised me was that |
Looks like the completion problems you were having are fixed in 0.6.0 which is releasing soon. I'll close this bug as soon as that is released. We're tracking the lack of .NET method signature help here: PowerShell/PowerShellEditorServices#13. I'm going to start working on that in the next couple of releases since it will be a great productivity boost. |
0.6.0 is now released! Let me know if you run into any further trouble. |
Heres example how intellisense fails to support .net types.
First working version and then modified failing one.
vscode: 1.0
extension: 0.5.0
The text was updated successfully, but these errors were encountered: