alefragnani / vscode-language-pascal

Pascal language extension for Visual Studio Code
MIT License
222 stars 47 forks source link

[FEATURE] - Support Hover #94

Open ThaddaSuper opened 3 years ago

ThaddaSuper commented 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

alefragnani commented 3 years ago

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.