'Search and comment all matches
Solution 1:[1]
I guess you want select the print function and comment the all of the print function with "Hello World" part. You can do step by step;
- Click CTRL+F and after then click regex button
- Write what you want with regex( In this question you should write
^print\(.*(\n*.*)*\)$). When you do that, you already select the whole line - If you want to make comment all of the print function you can click Select All Occurences.
- Then you can make comment with your multiline comment shortcute
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |

