File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ = Changelog #126
2+ :sectanchors:
3+ :page-layout: post
4+
5+ Commit: commit:b5d7a712e1c5d1e602feb8320f902ee9cd6ec197[] +
6+ Release: release:2022-04-25[]
7+
8+ == New Features
9+
10+ * pr:12032[] display signature help when applying the ``Add ::<>`` assist.
11+ * pr:12041[] prefer `core` and `alloc` over `std` in auto-imports in conditionally-`#[no_std]` crates.
12+ * pr:12024[] don't suggest existing `#[derive]`s in completion.
13+
14+ == Fixes
15+
16+ * pr:12044[] (first contribution) fix `CargoWorkspace` panic when `rustcSource` is set.
17+ * pr:12040[] improve parameter completion.
18+ * pr:12054[] fix const generic panic in `dyn Trait`.
19+ * pr:12058[] increase stack size in the LSP and proc-macro servers.
20+ * pr:12037[] remove `rust-analyzer.inlayHints.enable` and set language scope when toggling hints.
21+ * pr:12042[] remove angle brackets from language configuration.
22+ * pr:12063[] fall back to parameter definitions on error types in signature help.
23+ * pr:12064[] fix `ide_db::search` not searching bodies of attributed items.
24+
25+ == Internal Improvements
26+
27+ * pr:12053[] (first contribution) export `lc.LanguageClient` from the VSCode extension.
28+ * pr:12015[] (first contribution) update developer documentation link.
29+ * pr:12023[] add more visibility why switching workspaces happens.
30+ * pr:12021[] add a `NameContext` to `CompletionContext`, move out some `ImmediateLocation` variants.
31+ * pr:12028[] fix changelog generation after repository move.
32+ * pr:12051[] add `triagebot.toml`.
You can’t perform that action at this time.
0 commit comments