vscode-code-annotation
vscode-code-annotation copied to clipboard
Code Annotation Extension for VSCode
The MD report generated by the extension cannot be easily saved. We should make it possible, as well as have an option to define a default report location or something...
Quite useful extension. However, if I move the code (for example, add new lines before the annotated code), annotation is attached to the old code position, not the new one.
First of all, thank you for such a smart, intelligently designed extension! I just wanted to ask for some clarification on whether this is an actual issue/bug or just me...
Clicking the Refresh button errors out in the Code Annotation view with the message: "Cannot read properties of undefined (reading 'length')" This is a bit annoying because you have to...
It would be nice if the extension was re-oriented for more detailed note-taking rather than to-do tasks: - Having the code line numbers associated with the note and appear on...
The highlight doesn't go away until I've closed the window where the highlighted code is opened. It would be nice if the highlight disappeared immediately. Also, it would be really...
Really useful extension! But I'd love to see a button (and perhaps a setting controlling default behaviour) to fold and unfold all entries in the side panel. I find it...
Currently we use the global storage for the json file for the extension. It would be really nice if this could be configurable. The idea is to include a configuration...
We already have the infrastructure for tests that came with the boilerplate of the extension, but we don't have any real tests. It would be really good to have those,...
Allow user to configure if the notes should be valid by workspace, or global.