Skip to content

Marcdj-02/numbered-comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numbered comments

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

Sidebar

  • Warns the developer if the numbering of the comments is inconsistant

Warnings

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:

  1. @nc-ignore - Ignores anything after it, will not check and display numberd comments in sidebar
  2. @nc-reset - Reset the current number flow and create a new comment section in the sidebar

Example: Commands

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!