autometrics-dev / vscode-autometrics

A vscode extension to extract information from your autometrics enabled code.
https://marketplace.visualstudio.com/items?itemName=Fiberplane.autometrics
MIT License
13 stars 2 forks source link

Update hover tooltips for typescript #49

Closed flenter closed 1 year ago

flenter commented 1 year ago

By adding a HoverProvider and updating the bundled @autometrics/typescript-plugin so it creates special "hover" information as an html-comment which in turn can be parsed by the extension.

This requires https://github.com/autometrics-dev/autometrics-ts/pull/72 to be merged in and released.

TODO before release:

If people want to test this locally, they need to: