Reputation: 9134
I'm using eclipse to cook java. Now I have a faced this problem in several times when I want to comment all the lines that contains a specific text / variable. Is there any way to do it?
Upvotes: 6
Views: 546
Reputation: 4634
You can use find/replace with regular expression, just like in current picture (replacing div
)
Upvotes: 11