Igor Matuszewski

Results 56 comments of Igor Matuszewski

I believe we can stabilise the `rustfmt_path` - it's not exactly rocket science and there are not a lot of moving parts where things can go wrong. @jsgf Have you...

`racer_autocompletion` is enabled by default, which enables the gotodef support outside of the given project as detected by RLS. I know we can do a lot better know but this...

Since I started the merging effort, I'll gladly bring this over the finish line. With regards to the implementation, I'd lean towards the "proper" approach that was started in https://github.com/rust-lang/rls-vscode/pull/793....

FWIW the repository is now renamed: https://github.com/rust-lang/vscode-rust.

Unfortunately, this is an issue with RLS itself. That's high on the list so hopefully this will be soon resolved

Somewhat blocked on https://github.com/rust-lang/rls/issues/1377.

Could you post your `rust.*` VSCode configs and the contents of Cargo.toml? Most recent stable RLS should work, assuming the `edition = "2018"` is in the Cargo.toml.

@TobiasWehrum Hit Ctrl+, and click the "{}" button to the right to open the settings.json, you should have some options changed there.

So I had a simple `cargo new t` pre-created already with a bare `src/lib.rs` and `src/main.rs` and when I added ```rust use t; use t::MyStruct; // pub struct MyStruct {...

FWIW serde_json should support using only `alloc` via (now merged) https://github.com/serde-rs/json/pull/606