Can anyone help me figure out how to get the code editor to automatically close brackets, parenthesis, and quotation marks for me?
In Dreamweaver and Expression Studio whenever I type an opening tag the editor automatically closes it for me and places the cursor in the middle. Example:
<p> <-- typed </p> <--- Editor generated immediately
I'm a bit forgetful and find myself forgetting to close my brackets alot. What I'd like the editor to do is:
public newMethod()
{ <------ Typed
} <------ Editor GeneratedAnyone know how to set this up?
Add your 2¢