hello team, thank you so much for this extension, I am yet to get into developing vs code extension, hence i ask for a feature instead of sending a PR for now: I hope it is not too much to ask:
- I love that the annotations are outside the code but 1. could you make this annotations to maybe track a given commit and then a given line say anchor to the next line say it is a function declaration or a variable and or some way track git changes so when code moves the annotations locations stay stable.
- instead of a combination of keys to trigger a comment, why not just allow to use "////" or a custom tag say ""comment: so that it is natural to write it just like a normal comment, but when such is seen it triggers to convert it into an annotation.