I'm using notepad++ and installed a few plugins, one of which auto-closes quotes (', ") as well as brackets ((, {). I've been on codecademy.com to expand my knowledge on programming and noticed that if you type in quotes or brackets, it auto-closes it for you, but then if the quote is the next character in the editor, and you type in the quote, it won't actually type another quote. It'll just move to the other end of the quote. Is there a notepad++ plugin for this?
Asked
Active
Viewed 469 times
0
-
Which plugins have you tried? Hard to recommend one without knowing what you've used already. – Tim Radcliffe Apr 15 '13 at 16:55
-
I have webEdit, xBracketsLite, Zen Coding - Python, and textFX. XBracketLite will work the way I want, only if there is nothing between the quotes. But if I have characters between the quotes, it doesn't do what I want. – Vince Apr 15 '13 at 20:02