Skip to content

ruby-syntax-tree/vscode-syntax-tree

Folders and files

NameName
Last commit message
Last commit date
Jan 24, 2025
Jul 22, 2022
Feb 11, 2022
Oct 3, 2022
Jul 19, 2022
Jun 23, 2022
Feb 11, 2022
Feb 11, 2022
Apr 4, 2023
Feb 10, 2025
Feb 11, 2022
Apr 28, 2025

Repository files navigation

vscode-syntax-tree

VSCode support for the syntax_tree gem. Available for download in the VSCode marketplace.

Setup

After installing the syntax_tree gem and the VSCode extension, add the following to your VSCode settings.json to format Ruby on save.

"[ruby]": {
  "editor.formatOnSave": true,
  "editor.defaultFormatter": "ruby-syntax-tree.vscode-syntax-tree"
},

You can find additional config options by searching for "syntax tree" in your VSCode settings.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ruby-syntax-tree/vscode-syntax-tree.

License

The gem is available as open source under the terms of the MIT License.