vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

Intellisense of build scripts

Open rtbo opened this issue 4 years ago • 2 comments

I don't have intellisense of build scripts. This would be an important feature for me as I have significant code generation done by build scripts and a big part of the development happens there.

rtbo avatar Sep 22 '21 19:09 rtbo

You could try https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer instead.

lnicola avatar Sep 23 '21 15:09 lnicola

rust-analyzer seems to work very well. Thanks :+1:

rtbo avatar Sep 24 '21 14:09 rtbo