use-ink / ink-docs

Documentation portal for the ink! smart contract language.
https://use.ink
Creative Commons Zero v1.0 Universal
23 stars 70 forks source link

Add instructions for integrating `ink_linting` with `rust-analyzer`/VSCode #336

Open jubnzv opened 7 months ago

jubnzv commented 7 months ago

dylint-based lints could be integrated to rust-analyzer according to this instruction.

The challenge there is only to ensure that rust-analyzer uses the correct version of the toolchain to run ink_linting.

Will look good after https://github.com/paritytech/ink/issues/2169 is implemented.