Table-of-comments
Table-of-comments copied to clipboard
Feature Requests
Nice Plugin!
I think it would clean up the folded code a bit if there were an option to display the [...] at the end of the comment line, rather than on the line underneath. This would help to reduce unnecessary whitespace, and allow the user to scan through more comment headers at a time.
-----[ Example ]-----
Header 1
[...]
Header 2
[...]
Header 3
[...]
Header 1 [...]
Header 2 [...]
Header 3 [...]
Also, an option to display X amount of levels into the current section would be great for navigating code quickly.
-----[ Example ]-----
Main Header
---#Section-Header 1 ---#Section-Header 2 (Before: @ Here, Display 1 Level) ------#Code-Header 1 ------#Code-Header 2 ---------Code Snippet 1 ---------Code Snippet 2 ------------Sub-Code-Snippet 1 ---#Section Header 3
Main Header
---#Section-Header 1 ---#Section-Header 2 (After: @ Here, Display 1 Level) ------#Code-Header 1 ------#Code-Header 2 ---#Section Header 3