|
| 1 | += Changelog #132 |
| 2 | +:sectanchors: |
| 3 | +:page-layout: post |
| 4 | + |
| 5 | +Commit: commit:ad6810e90bf89a4ef0ae21349d077050bc2a4fa2[] + |
| 6 | +Release: release:2022-06-06[] |
| 7 | + |
| 8 | +== New Features |
| 9 | + |
| 10 | +* pr:12451[] (first contribution) support `$$` in macros. |
| 11 | +* pr:12333[] (first contribution) order auto-imports by relevance. |
| 12 | +* pr:12452[] support merging multiple imports in `Merge imports`. |
| 13 | +* pr:12416[] add implicit static lifetime hints: |
| 14 | ++ |
| 15 | +image::https://user-images.githubusercontent.com/308347/172144439-cf0f987f-4e8d-4e16-80fc-f4be7589b9af.png[] |
| 16 | + |
| 17 | +== Fixes |
| 18 | + |
| 19 | +* pr:12387[] (first contribution) fix module rename to not try to edit directories instead of files. |
| 20 | +* pr:12440[] don't remove diagnostics with empty message: |
| 21 | ++ |
| 22 | +image::https://user-images.githubusercontent.com/49202620/171412661-9b9575e9-e71b-4b84-a5c0-00271548d50c.png[] |
| 23 | +* pr:12406[] add option to show return inlay hints for closures without a block. |
| 24 | +* pr:12412[] retrigger visibility completion after opening bracket. |
| 25 | +* pr:12347[] fix panic in `Extract module` and improve import resolution. |
| 26 | +* pr:12425[] fix float display in hover. |
| 27 | +* pr:12336[] fix a type mismatch with associated types. |
| 28 | +* pr:12427[] fix VSCode config patching incorrectly patching some configs. |
| 29 | +* pr:12431[] fix completions disappearing when typing quickly. |
| 30 | +* pr:12444[] implement parsing of `?` opt-out trait bounds. |
| 31 | +* pr:12467[] fix `Match to if-let` assist for wildcard patterns. |
| 32 | +* pr:12470[], pr:12472[] avoid duplicating output channels when restarting the server. |
| 33 | +* pr:12471[] restart the server instead of reloading the window when config changes. |
| 34 | +* pr:12475[] fix insert position in trait impl completions. |
| 35 | +* pr:12435[] Code: clear status bar color, command when server status is ok. |
| 36 | + |
| 37 | +== Internal Improvements |
| 38 | + |
| 39 | +* pr:12418[] improve completion filtering with existing item qualifiers. |
| 40 | +* pr:12461[] move trait impl completion analysis into `CompletionContext`. |
| 41 | +* pr:12459[] clean up keyword completion handling. |
| 42 | +* pr:12456[] shorten main thread names. |
| 43 | +* pr:12457[], pr:12465[] don't log default build script output. |
| 44 | +* pr:12466[] increase worker thread stack and give them names. |
0 commit comments