vscode-code-annotation
vscode-code-annotation copied to clipboard
Code Annotation Extension for VSCode
can add notes, but cannot see where I would find them again?
Thanks for the extension. I use the extension very often to keep track of things or clarifications I need within the code. I like that the annotations are not comments...
Hey 👋🏼 Setting up this project for the first time and ran `npm install` which produced the following: ``` bash up to date, audited 228 packages in 713ms 36 packages...
Would love a way to easily locate annotations in the opened file. Right now, we have to scan the list and then click on the annotation to jump to the...
Would it be possible to create annotations per Git branch? I'd like to see only see annotations specific to the branch I have checked out.
I love this extension. For my research, I do a lot of code reading, and this easy and non-destructive approach helps me a lot. I'd love to see two features...
When generating the summary/report, the following line leads to faulty code-blocks: https://github.com/thamara/vscode-code-annotation/blob/af81e3d02acc94050c780741e893360c0cfe709e/src/reporting.ts#L26 I might not understand the desired result, but in my case the code-block starts with the notes file...
If one selects multiple code blocks and annotates them, only the first selection is bound to the comment.
How can we open notes from the given code? I don't see any option in the context menu or anything else. Am I missing something? Thanks!