- Code: Select all
puts "
and it would immediately expand to:
- Code: Select all
puts ""
with the cursor between the quotes. Now it doesn't.
I used to type:
- Code: Select all
puts "This is #"
and it would immediately put:
- Code: Select all
puts "This is #{}"
and the cursor would be between the braces.
Basically, for all the matching stuff like parens, braces, quotes, etc. that automagic insertion shut off. Any clues where I should start looking are much appreciated!
Thanks