robotcode
robotcode copied to clipboard
[ENHANCEMENT] LibDoc HTML preview inside VsCode
Is your enhancement request related to a problem? Please describe. Sometimes libraries have library-level documentation, and certain stuff are just easier search and see in the HTML output of libdoc. This is pretty much the only cool feature I sometimes temporarily switch to the other RoF lsp extension for
Describe the solution you'd like Some kind of tab in VsCode that can open a library's HTML documentation, including remote imports (as long as it's available at the time of course), when the library name in the import is clicked / right clicked with a menu option etc.
Describe alternatives you've considered
- Running
libdoc <library> "$env:TEMP/OnDemandLibDoc.html"; . "$env:TEMP/OnDemandLibDoc.html"
with powershell via some shortcut, but specifying the lib and handling the additional browser window is annoying - Switching extensions back and forth :D
Additional context
Example from the other extension: