I have some text, say:
<td id=asd >
Is there a shortcut in netbeans, where a selected text can be surrounded by quotes?
<td id="asd" >
If the macro is not there by default here is macro code that will accomplish what you want
caret-begin-word "'" caret-end-word "'"
or
caret-begin-word "\"" caret-end-word "\""
NOTE: This will only surround a WORD in quotes. Not your selection.
You can also highlight what you want and just hit ' or "
to surround the highlighted portion in quotes
Tested in NetBeans 7.2.1
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