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

Autometrics

This extension enhances integration between your codebase and Autometrics enhanced functions. If you're new to autometrics, please see our documentation

Currently supported languages:

More languages will be supported in the future.

Features

After decorating your code with autometrics, this extension will enrich the information displayed for a given function on hover.

Enhanced autometrics information

Extension Settings

This extension contributes the following settings:


Developing this extension

This extension is built using:

In order to test the extension locally, you may want to install the following extensions:

If you want to install a release from GitHub manually, open the command palette via cmd + shift + p and pick the install visx option and point the filepicker to your local extension.

How to release a new version

Create a new release using Github which matches the version number it should be released under.

After tagging and releasing, merge main into the release branch. (The release branch should always reflect the latest released version on VSCode marketplate.)