/rufo-vscode

Visual Studio Code editor extension to format ruby files using rufo gem

Primary LanguageJavaScript

rufo-vscode

This is Visual Studio Code extension for formatting ruby files based on rufo gem.

See in action

Rufo in action

Keybindings

  • Windows/Linux: Ctrl + Shift + I
  • Mac: Cmd + Shift + I

Requirements

It required rufo gem to be installed and availble in path.

gem install rufo

Gotchas

  • It supports only the whole file formatting. Formatting a selected block of code is not supported yet.