Changelog #195
Commit: 83b3ba1
Release: 2023-08-21
(v0.3.1631
)
Fixes
-
#15463
show generic constant defaults in hover. -
#15473
honor#[doc(hidden)]
in auto-import and completions. -
#15383
suggest type completions for type arguments and constant completions for constant arguments. -
#15418
fix signature help of methods generated by macros. -
#15410
rewrite De Morgan’s assist to avoid string manipulation. -
#15179
substitute default values of const params in "Add missing members". -
#15420
increase the buffer size for the discover project command.
Internal Improvements
-
#15466
add offset param to tokendescend
API. -
#15472
record import origins inItemScope
andPerNs
. -
#15426
,#15429
,#15434
de-unwrap
convert_to_guarded_return
,generate_delegate_methods
andgenerate_derive
. -
#15461
always collect memory usage info inanalysis-stats
. -
#15482
pinserde
to the last non-blobby release.