Skip to content

Commit

Permalink
Merge pull request #11976 from koic/add_vscode_rubocop_to_lsp_doc
Browse files Browse the repository at this point in the history
Add vscode-rubocop to the LSP doc
  • Loading branch information
koic committed Jun 23, 2023
2 parents 08dbb42 + 508269f commit b3841fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/modules/ROOT/pages/usage/lsp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ The language server supports `textDocument/formatting` method and is autocorrect

Here are examples of LSP client configurations.

=== VS Code

https://github.com/rubocop/vscode-rubocop[vscode-rubocop] integrates RuboCop into VS Code.

You can install this VS Code extension from the https://marketplace.visualstudio.com/items?itemName=rubocop.vscode-rubocop[Visual Studio Marketplace].

=== Emacs (Eglot)

https://github.com/joaotavora/eglot[Eglot] is a client for Language Server Protocol servers on Emacs.
Expand Down

0 comments on commit b3841fb

Please sign in to comment.