-
Notifications
You must be signed in to change notification settings - Fork 26
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
Show variable type on hover #26
Comments
Sure! I'm downloading new version of VS Code now. |
I can't get it work, even I set Are there any screenshots about showing variable type? Or there is an extension implemented this feature? microsoft/vscode-debugadapter-node#32 |
I consider close this issue because of ocamldebug only gives us the type of result variable self per I implemented the simpler one in 046ee31, and it will release in v0.5.0. |
When you issue |
Yes, I did it in v0.5.0 which is released. |
Hmm, I still don't see types in the debugger. E.g. for a record type a see |
It's hidden by default in vscode. Said https://code.visualstudio.com/updates/June_2016
|
Eh... found a bug: it shows array as list. |
Maybe showing type instead of |
This commit cb8d50b breaks hovering over plain variables: instead of the variable's value its type is shown now. |
Sorry, my mistake. Fixed in 365f23c. |
Now it's OK. Thanks! |
From VS Code 1.3.0 release notes:
Can we support this?
The text was updated successfully, but these errors were encountered: