slysherz / vscode-comment-box

Extension that transforms lines of text into a pretty comment box.
MIT License
19 stars 2 forks source link

Comment box splitting #13

Open lunathir opened 2 years ago

lunathir commented 2 years ago

I'd honestly kinda like to see the ability to split comment boxes easily, like in another plugin with the same premise I tested. Right now, the only way to even remotely do that that I know of is having the comment boxes being completely separate, like on the top example. However, I believe that something like the other two examples might make those comments look a bit nicer, say for example someone's putting the title of the program in the top while the bottom contains a license of use or something of the sort, or the top one could have a subroutine title and the bottom one could have a description of what said subroutine does. image

slysherz commented 2 years ago

Hey @lunathir , sorry for the delay answering this.

It does sound pretty cool. How do you see this working though? For example:

Please keep in mind I have little time to work on this atm, and it seems like a lot of work considering we have to find, update and delete all those boxes, but maybe we can still make it work.