Open ThaddaSuper opened 3 years ago
Would be nice to have hover support in VS Code. So that you put your mouse over something and it shows details/description of the function or the range for an integer type.
See https://code.visualstudio.com/api/language-extensions/programmatic-language-features#hover Maybe this also helps: https://stackoverflow.com/questions/54792391/vs-code-hover-extension-implement-hoverprovider
Hi @ThaddaSuper ,
As commented here, Hover support would require a redesign in the extension. There is no ETA for that right now, but it is on radar.
Hope this helps.
Would be nice to have hover support in VS Code. So that you put your mouse over something and it shows details/description of the function or the range for an integer type.
See https://code.visualstudio.com/api/language-extensions/programmatic-language-features#hover Maybe this also helps: https://stackoverflow.com/questions/54792391/vs-code-hover-extension-implement-hoverprovider