LSP-rust-analyzer icon indicating copy to clipboard operation
LSP-rust-analyzer copied to clipboard

Convenience package for rust-analyzer

Results 14 LSP-rust-analyzer issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to run my code through the run button placed on the main function declaration line. However, when I click on it, I'm asked to install the Terminus...

Currently, `LSP-rust-analyzer` automatically downloads into `$HOME` and runs a binary from Internet. This is not necessarily welcome. Consider implementing a mode similar to LSP-clangd's `"binary": "system"` where LSP-rust-analyzer would invoke...

LSP-rust-analyzer is appears to be broken on NixOS. I set up my rust environment in a nix-shell, with all the necessary tools including rust-analyzer. However, when launching sublime, I am...

If I run `LSP: Code Action` on `mod foo` part of the following Rust file: ```rust mod foo {} ``` The `Extract module to file` action is offered. But when...

enhancement

Run button ![image](https://user-images.githubusercontent.com/10379487/139147879-d61d7975-040b-4cf7-8cb8-efa42bca7e6b.png), opens new Terminus tab with this error message: ``` error: couldn't determine self executable name process is terminated with return code 1. ``` --- Sublime Text 4...

I have a [rust project that uses wgpu](https://github.com/mcclure/rs-hello). WGPU results in the `target/` being very very large, like 4GB even though the executable is much smaller. I have noticed whenever...

RA has a great feature for refactoring that I'd like to use in ST. How much work would it take to make an interface for this functionality? I believe you...

enhancement

Rust-analyzer has support for standalone files: https://github.com/rust-lang/rust-analyzer/pull/8955, it works in vs-code. There was an issue #61, but it was closed without any info Error: `failed to discover workspace`

When using a code action to extract code into a function, 9 out of 10 times I need to rename the created function. LSP-rust-analyzer could make that much easier for...

I think this would ideally be automatic or ran in the background like code actions and code lenses and color boxes.