Sublime Forum

Quote, parentheses, string interpretation behavior

#1

I don’t know exactly where to set this (or where I turned it off), but I used to type something like this (Sublime Text 2, OSX, Ruby grammar):

puts "

and it would immediately expand to:

puts ""

with the cursor between the quotes. Now it doesn’t.

I used to type:

puts "This is #"

and it would immediately put:

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

0 Likes