In Visual Studio Code, how can I get # to be auto replaced with #{} in Ruby strings

Viewed 406

Using Visual Studio Code, how can I get # to be auto replaced with #{} in Ruby double quoted strings.

An 'autocorrect' function would do this but I don't think this is available in VS Code.

Other editors - Sublime, Atom, IntellIJ seem to have this 'out of the box'

1 Answers
Related