solargraph icon indicating copy to clipboard operation
solargraph copied to clipboard

A Ruby language server.

Results 164 solargraph issues
Sort by recently updated
recently updated
newest added

At the moment, solargraph doesn't handle rubocop's "info" severity level. As a result, if you specify that a rubocop rule has the "info" severity level, it will default to the...

Hello! I've got a very large Rails project and Solargraph is crashing while mapping the workspace. I'm using Neovim with [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig), and when I open my project, I get LSP...

If you have a hash of the form `{param:}` instead of `{param: param}`, Solargraph seems to break. I couldn't see any error messages, but any files that contained hashes of...

Based on some source inspection of [vscode-solargraph](https://github.com/castwide/vscode-solargraph/blob/90def7ca555b103ea24794f14461a6e031076659/src/language-client.ts#L63), it looks like Solargraph wants to receive notifications of file changes. However, other servers I've worked with send a `client/registerCapability`, asking for that...

Hello! Running 0.44.3. My client is registered for hover with `contentType` = `plaintext`. But, the server is seems to always reply with `kind` = `markdown`. Not a huge deal, but...

Got this in vscode, some missing error handling? ```[Error - 10:24:41 AM] Request textDocument/documentHighlight failed. Message: [NoMethodError] undefined method `offset' for nil:NilClass extract_offset = ->(code, offset) { reg.match(code, offset).offset(0) }...

Hello, I've been following along with a couple old issues some have reported, and that I have personally experienced with renaming. The respective issues I think are related are #135...

In the docs it's clearly written on starting using solargraph that you should: > Run bundle install and use bundle exec yard gems to generate the documentation. But I don't...

Related to this test: https://github.com/castwide/solargraph/blob/master/spec/type_checker/levels/strict_spec.rb#L22 If I use `String.new.not_a_method` I get an error, but if I store the string in a variable before calling the method I don't see an...

bug

Hello, is it possible to add alternative documentation formats? i.e. non-YARD style documentation.