You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically that (and existing plugins in this repo) are all the building parts - challenges would now be to
write a temp file with the docblock contents,
include a .d.ts file with definitions for quickinfo & co so that, all those definitions above would not need to be repeated in every codeblock
find the right char positions for all quickinfo calls (especially if it is a call like quickinfo(a.b.c), it would need to be the cursor position for .c and
instrumentalize tsserver a bit more effective than calling it once per quickinfo request.
So, essentially we need a new plugin that parses codeblocks like this:
and displays everything wrapped in
quickinfo
as nice markdown instead of that codeblockThe text was updated successfully, but these errors were encountered: