SublimeText / CoffeeScript

Syntax highlighting and checking, commands, shortcuts, snippets, watched compilation and more.
439 stars 64 forks source link

# -> #{} Code Snippet Not Limited to CoffeeScript Files #241

Closed pts-sergiomartins closed 1 month ago

pts-sergiomartins commented 7 years ago

Whenever I type "#" and my cursor is between single/double quotes it always expands to "#{}" and puts my cursor between the brackets. This happens when editing any file, not just .coffee files. It's very unintuitive for a coffeescript-specific plugin to affect me when I edit files for other languages. This should not be the default behaviour.