fuzzy_ruby_server icon indicating copy to clipboard operation
fuzzy_ruby_server copied to clipboard

A Ruby language server for large codebases

Results 10 fuzzy_ruby_server issues
Sort by recently updated
recently updated
newest added

I've tried using this in a relatively big project (GitLab). But Memory consumption is very high

This LSP is so great! The golden feature is that it can also index gems, so I can jump into the gem source. The only problem for a vim user...

I apologize for this question but do I need to clone this repo and get the binaries in my bin PATH to use it? Did you publish the binary to...

Per a report from another user who tested out building and running fuzzy_rubby_server standalone: > I could manage to build and install the LSP by: > git clone the project...

This project looks really great and I'd love to try it out in my editor of choice (BBEdit). Would it be possible to publish as a gem so I could...

Sometimes it loads all possible processors

Exactly the same reasons for publishing `ruby-lsp` there (https://github.com/Shopify/ruby-lsp/issues/1537).

Hey, reading about the project got me excited but it crashes on me: ``` thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: Error { kind: InvalidData, message: "stream...

Hi, cool project. Looks very exciting! I'm on Windows, and I followed the instructions from the README to just install the plugin. However, shortly after, it tries to run the...

Shifted around the cargo.toml and added a new dependency to get around the lack of windows support with psutil. Tasklist is a win32 api wrapper that handles process ids and...