atom / language-ruby

Ruby package for Atom
Other
101 stars 144 forks source link

Feature request: Auto conversion of single quote to double quote and vice-versa when selected and pressed the corresponding key #201

Closed shivabhusal closed 7 years ago

shivabhusal commented 7 years ago

Hi, I would appreciate if you add this feature; it would make Ruby developer's life easier.

Description

Consider the following line:

"Here a double quoted string; but I would like to make it single quoted"
'Here is a single quoted string, I would like to make it double quote to add interpolation'

Thanks!

rsese commented 7 years ago

Thanks for contributing! I don't think this feature would go in this package since it's about syntax highlighting and snippets for Ruby but there's a package for quote toggling that you can use:

https://github.com/atom/toggle-quotes