Changelog #239
Commit: 2fd803c
Release: 2024-06-24
(v0.3.2011
)
New Features
-
#17438
(first contribution) addToggle LSP Logs
command.
Fixes
-
#17419
(first contribution) don’t expand built-in macros inExpand macros recursively
. -
#17431
add space after specific keywords in completion. -
#17459
includeasync
keyword in completions. -
#17442
handle end of input inpat
fragment parsers. -
#17415
only showunlinked-file
diagnostic on first line during startup. -
#17426
handle character boundaries for wide chars in extend_selection -
#17457
actually prevent cycles in thesource_root_parent_map
. -
#17461
fix panic when cancelling flycheck. -
#17462
fix IDE features breaking in some attribute macros. -
#17469
handleItemInNs::Macros
when convertingModuleItem
toItemInNs
. -
#17449
add associated item constants tactic for term search. -
#17439
,#17464
properly prime all crate def maps inparallel_prime_caches
. -
#17440
fix 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
. -
#17473
tidy up generics handling inhir-ty
. -
#17474
avoid some allocations inhir-ty
. -
#17455
tidy up the VS Code extension a bit. -
#17435
fix manual generation instructions.