alefragnani / vscode-separators

Separators Extension for Visual Studio Code
GNU General Public License v3.0
40 stars 6 forks source link

[FEATURE] - Ability to manually add separator lines #49

Closed coffincw closed 3 years ago

coffincw commented 3 years ago

Would it be possible to add a feature to be able to right-click on a location in any opened file to add a separator line just like the ones automatically placed within compatible code files?

Thanks!

alefragnani commented 3 years ago

Hi @coffincw ,

Thanks for your suggestion, but I think this is out of scope. The extension’s idea is to draw separators on source symbols, as a way make the source more readable. Not for the user to create sections/separations to make its own organization.

But, I remember seeing another extension which could work for you. It’s called Line Highlight Bookmark.

Hope this helps