Changelog #239
Commit: 2fd803c
Release: 2024-06-24 (v0.3.2011)
New Features
-
#17438(first contribution) addToggle LSP Logscommand.
Fixes
-
#17419(first contribution) don’t expand built-in macros inExpand macros recursively. -
#17431add space after specific keywords in completion. -
#17459includeasynckeyword in completions. -
#17442handle end of input inpatfragment parsers. -
#17415only showunlinked-filediagnostic on first line during startup. -
#17426handle character boundaries for wide chars in extend_selection -
#17457actually prevent cycles in thesource_root_parent_map. -
#17461fix panic when cancelling flycheck. -
#17462fix IDE features breaking in some attribute macros. -
#17469handleItemInNs::Macroswhen convertingModuleItemtoItemInNs. -
#17449add associated item constants tactic for term search. -
#17439,#17464properly prime all crate def maps inparallel_prime_caches. -
#17440fix and cleanup VS Code task building.
Internal Improvements
-
#17434(first contribution) document for parameter inlay hints heuristics. -
#17456(first contribution) remove conflict warning withpanicbit.cargo. -
#17473tidy up generics handling inhir-ty. -
#17474avoid some allocations inhir-ty. -
#17455tidy up the VS Code extension a bit. -
#17435fix manual generation instructions.