Search code examples
keyboard-shortcutsquotesrubyminedouble-quotessingle-quotes

RubyMine: key press to "convert to single quoted"?


Is there a keyboard shortcut to toggle between single quotes and double quotes in a Ruby code? Or a key I can set up to accept the Inspection Hint?

Thanks, M.


Solution

  • To accept any inspection hint in RubyMine, press Alt+Enter and then use the arrow keys and Enter to select the quickfix to apply.