ruby-lsp
ruby-lsp copied to clipboard
Add on type formatting completions
Motivation
Please see https://github.com/Shopify/vscode-ruby-lsp/pull/193.
Implementation
Add the new onTypeFormatting request and handle automatically closing ends, pipes and string interpolations.
Automated Tests
Included new tests.
Manual Tests
Please see https://github.com/Shopify/vscode-ruby-lsp/pull/193.