Changelog #168
Commit: 646f973
Release: 2023-02-13 (0.3.1402)
New Features
-
#14095(first contribution) addunsafepostfix completions. -
#14098(first contribution) add support forDidChangeWorkspaceFoldersnotifications. -
#13991add an "Add braces" assist:
-
#13986add a setting to limit the number of completions. -
#14127buildi686-pc-windows-msvcbinaries. -
#14135add Lapce installation instructions. -
#14134add clippy configuration section to the manual.
Fixes
-
#14114(first contribution) insert spaces when inlining macros. -
#14084fix parsing of nested tuple field accesses (in a cursed way). -
#14092don’t panic on broken syntax trees in adjustment inlay hints. -
#14099properly use location links for type hints ofimpl Futureand its associated type. -
#14103don’t insert a semicolon when typing=if parse errors are encountered. -
#14110fix completions after functions with no bodies. -
#14111hide proc macro server version detection errors. -
#14125don’t render bind pattern inlay hints for constants. -
#14116render discriminant inlay hints for mixed variants if at least one discriminant is specified. -
#13975suppress extra indent after the end of field and function chains.