Commit 612a6e0
committed
feat: create rust-analyzer project selector
Substrate development is HEAVY. Our simple chain has over 2000
dependencies in total, most of which are unused and just included
because of the umbrella dependency `polkadot-sdk`.
This new crate allows you to select which crates and dependencies
you want rust-analyzer to index:
```sh
just select
just select pallet-torus0,pallet-emission0
just select node 1 # will only fetch up to second-level transient dependencies
```1 parent 80af423 commit 612a6e0
File tree
8 files changed
+1924
-9
lines changed- .vscode
- project-selector
- src
8 files changed
+1924
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
0 commit comments