Sublime Forum

Bug: ST2: In Ruby scope, # inserts #{} outside string

#1
  1. On a line such as this:
"foo"
  1. Place caret before the first quote:
|"foo"
  1. Type #. This will insert #{} even though the caret is outside the string:
#{}"foo"
0 Likes