kitamstudios / rust-analyzer.vs

Rust language support for Visual Studio 2022
https://marketplace.visualstudio.com/items?itemName=kitamstudios.RustAnalyzer
Other
147 stars 11 forks source link

Is there any way to specify Rust analyzer config flags? #48

Open Axel-Reactor opened 7 months ago

Axel-Reactor commented 7 months ago

I'm looking for a way to specify for example the equivalent of rust-analyzer.cargo.extraEnv in VSCode. I tried at some point to add this, but it seems less trivial than I thought.

Maybe with some pointers in the right direction I can implement this.

parthopdas commented 7 months ago

Your offer to help implement is much appreciated. I used it for all my Rust coding & fix issues as they come up. Also released it as a community tool - while I am happy that people use it and like it, would love to have more volunteers like you. ❤️

Here are some pointers

Let me know if you run into issues.

parthopdas commented 6 months ago

@Axel-Reactor how's coming along? lmk if you need any help. I am on the project discord server as well for real time message.

When you get to this could you also please add similar ones for cargo doctest? A menu item like clippy/fmt as well as the configs?