ruby-lsp icon indicating copy to clipboard operation
ruby-lsp copied to clipboard

Add on type formatting completions

Open vinistock opened this issue 3 years ago • 0 comments

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.

vinistock avatar Aug 19 '22 15:08 vinistock