Custom Prefix / multi row prefix

Custom Prefix / multi row prefix applicator - like I want to comment / uncomment a bunch of lines of code to compensate for crappy online IDEs. For example, I have three rows of text in a browser:

Row1
Row2
Row3

Highlight three rows above and add custom // prefix to get this:

//Row1
//Row2
//Row3

Highlight three rows above and remove // prefix to get back to what I had before:

Row1
Row2
Row3

Prefixes (preficeces) can be set by the user. YaY! this may already exist and I just didn’t know about it.

1 Like

You can try the CommentSwitcher extension under the project.

1 Like

Thank you @dofyyu ! Okay, I found the code on github. Where can I find the instructions on how to install that?

I’m certain mine is a dumb question, I’m just new here.

Never mind, figured it out, wow that was easy and graceful, works great! A+++++++

1 Like

https://github.com/dofy/PopClip-Extensions/blob/master/_extensions/CommentSwitcher.popclipextz?raw=true

:point_up_2: download link