Intellisense of build scripts
rtbo opened this issue · 2 comments
rtbo commented
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.
lnicola commented
You could try https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer instead.
rtbo commented
rust-analyzer seems to work very well. Thanks 👍