Add code action support to the ruby-lsp
#60
Labels
enhancement
New feature or request
pinned
This issue or pull request is pinned and won't be marked as stale
Code actions provide the ability to define any type of refactor that developers can manually apply. Some examples:
do - end
to{}
Add switch block refactor #2372if
tounless
while
tountil
attr_reader
,attr_writer
orattr_accessor
for a given instance variableDocumentation: https://microsoft.github.io/language-server-protocol/specification#textDocument_codeAction
The text was updated successfully, but these errors were encountered: