Changelog #128
Commit: 5d5bbec
Release: 2022-05-09
Fixes
- 
#12093(first contribution) reload project on.cargo/config[.toml]changes. - 
#12143improve the default constructor mode when filling fields - 
#12120don’t show signature help after closing bracket. - 
#12086use RPIT bounds of current function in inference. - 
#12150fix keyword doc links in hover. - 
#12149,#12177,#12178,#12185split float literal tokens at.to fix parsing of tuple field accesses. - 
#12171fix inlay hints flashing after being re-enabled due to state invalidation. - 
#12175fix snippets triggering where they shouldn’t. - 
#12188allow auto-importing starting segments of use items. - 
#12134fix incorrect double braces inHirDisplayimplementations. 
Internal Improvements
- 
#12136add aConvertertype for token conversion. - 
#12159lift out macro bang property from completionPathKindenum. - 
#12161lift out item list path completions from(un)qualified_path. - 
#12164,#12168removeunqualified_path,qualified_pathcompletions modules. - 
#12173make completionPathKindmandatory. - 
#12174improve completion tests by checking that the offset is included in the source_range of items. - 
#12187more completion context refactoring.