Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 974 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 974 Bytes

SolargraphSyntaxSuggest

This Solargraph LSP plugin leverages the syntax suggest gem to provide syntax disagnostic messages.

image

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add solargraph-syntax-suggest

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install solargraph-syntax-suggest

Usage

Add the following to your .solargraph.yml file:

reporters:
  - syntax_suggest
plugins:
  - solargraph_syntax_suggest

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ckolkey/solargraph-syntax-suggest.

License

The gem is available as open source under the terms of the MIT License.