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?
Java Multi-line Comments Multi-line comments start with /* and ends with */ . Any text between /* and */ will be ignored by Java.
You can use find/replace with regular expression, just like in current picture (replacing div
)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With