gems: add solargraph gem

Add the Solargraph gem to enable Ruby language integration for
supporting text editors.

This enables various features, including code completion, inline
documentation, type checking, syntax checking, linting, and jump to
definition/references.

Usage:

  Install Solargraph extension for your editor (see https://solargraph.org/guides)
  Run `bin/solargraph download-core` to install core Ruby language docs.
  Run `bin/solargraph bundle` to install Ruby gem docs.

See also:

* https://github.com/castwide/solargraph
* https://solargraph.org/guides/getting-started
* https://marketplace.visualstudio.com/items?itemName=castwide.solargraph
This commit is contained in:
evazion
2021-06-16 17:04:21 -05:00
parent 6e2a5c6dde
commit 9b59ba780b
5 changed files with 118 additions and 5 deletions

View File

@@ -82,6 +82,7 @@ group :development, :test do
gem 'pry-byebug'
gem 'pry-rails'
gem 'listen'
gem 'solargraph'
end
group :test do