No release in over a year
Solargraph Diagnostic Reporter for syntax_suggest gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.44, > 0.40
 Project Readme

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.