Skip to content

ruby-syntax-tree/vscode-syntax-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fc2ae58 · Oct 9, 2024
Jul 5, 2024
Jul 22, 2022
Feb 11, 2022
Oct 3, 2022
Jul 19, 2022
Jun 23, 2022
Feb 11, 2022
Feb 11, 2022
Apr 4, 2023
Oct 7, 2024
Feb 11, 2022
Oct 9, 2024

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.