This is a "megaticket" of sorts for Rust support in IDE's. The issues encountered so far are: - [ ] std definitions missing - IntelliJ will not find references but will compile - [Image](https://github.com/teaxyz/cli/assets/2475932/997aad99-0ce9-46ad-94e8-b3a80bfe9284) - VSCode will prohibit viewing std types but will compile - [Image](https://github.com/teaxyz/cli/assets/2475932/edc64367-1e82-4326-b383-54d5ce3965c2) Fix: https://github.com/teaxyz/pantry/pull/2796 - [ ] on the fly checking fails in IntelliJ products with Rust plugin (runs cargo check) - [Image](https://github.com/teaxyz/cli/assets/2475932/f67d2e1c-8bf4-46dd-a173-984ab36bd3d6) - [ ] VSCode: proc macros can't be expanded and show as errors - [Image](https://github.com/teaxyz/cli/assets/2475932/b736cd09-763a-4890-ac1f-4c8688fa8c1b), [Image](https://github.com/teaxyz/cli/assets/2475932/73730301-af6d-4339-8ef8-57a10ad354bb)
This is a "megaticket" of sorts for Rust support in IDE's. The issues encountered so far are:
std definitions missing
Fix: chore(rust): Install rust via rustup pantry#2796
on the fly checking fails in IntelliJ products with Rust plugin (runs cargo check) - Image
VSCode: proc macros can't be expanded and show as errors - Image, Image