thamara / vscode-code-annotation

Code Annotation Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=tkcandrade.code-annotation
GNU General Public License v3.0
67 stars 27 forks source link

Add category property to commands #27

Closed taismassaro closed 3 years ago

taismassaro commented 3 years ago

This PR adds a category property to the commands so 'Code Annotation' only prefix the command names in the Command Palette (Ctrl/Cmd+Shift+P), but not in the Code Annotation pane.

It also adds a few changes to the README that came up while I was getting familiar with the project. :)

thamara commented 3 years ago

Thank you @taismassaro!