Numbering comments can improve the readability of the code and the flow of it. This extension aims to create a clear overview of these comments and aid the developer in adding and maintaining these.
Features:
- Shows the nested numbered comments in the sidebar for a clear overview
- Warns the developer if the numbering of the comments is inconsistant
Sidenote: Works even better with the Error Lens extension
Operators
To influence the working of this extension two operators have been added. These can be triggered by adding a comment:
@nc-ignore
- Ignores anything after it, will not check and display numberd comments in sidebar@nc-reset
- Reset the current number flow and create a new comment section in the sidebar
Feature requests / bug reports
If you'd like a new feature or there is something wrong with the current implementation, please create an issue on: Github
Enjoy!