rls icon indicating copy to clipboard operation
rls copied to clipboard

Repository for the Rust Language Server (aka RLS)

Results 102 rls issues
Sort by recently updated
recently updated
newest added

- [feat: update lsp_types to the latest version](https://github.com/rust-lang/rls/pull/1768/commits/ce33a45ec7eee484c1f3ae1d3a4428ffbd9db4e4)[](https://github.com/aminya): - This required adding some optional fields - Updating the progress reporter - Using u32 in some places instead of u64 -...

In the previous implementation: When there is a Cargo Workspace including several member packages, clicking CodeLens Run test button in source code files of a member package triggers shell execution...

I am unable to rename a `struct` and I get this in my RLS log: ``` LSP4E to org.eclipse.corrosion.rls:{"jsonrpc":"2.0","id":"727","method":"textDocument/rename","params":{"textDocument":{"uri":"file:///home/nico/Projects/itadinanta/ofx-rs/ofx/src/handle.rs"},"position":{"line":40,"character":18},"newName":"ImageEffectHandle"}} org.eclipse.corrosion.rls to LSP4E:{"jsonrpc":"2.0","method":"window/showMessage","params":{"message":"Rename failed: RLS found nothing to rename - possibly...

bug

Idris (and Haskell I believe nowadays) have what they call typed holes. https://wiki.haskell.org/GHC/Typed_holes Idris (and maybe Agda) takes this further and even can automatically try to fit the hole for...

Hey! I'm making multi-platform library for process manipulation. RLS shows the function definition when I hover over `from_current` or `test`, but RLS returns: ```log [Trace - 9:18:46 PM] Received response...

It is not a good idea to install too many thins for new user. I'm a golang user. I just want to have a try with rust. But I need...

rls version: ``` $ rls --version rls 1.41.0 (bf88026 2021-09-07) ``` nvim-lspconfig https://github.com/neovim/nvim-lspconfig.git I am getting this warning in lsp.log ``` [WARN][2022-02-16 15:10:07] ...lsp/handlers.lua:107 "The language server rls triggers a...

The README says to pin to a specific version found at https://rust-lang.github.io/rustup-components-history/ – however, that site only shows the last 7 days. It currently (at time of writing: 2022-01-10) does...