Changelog #3
Commit: 0ef8ace
New Features
#2511implementra_lsp_server --version.#2523implement extend selection for tuple patterns.#2550type inference for unary!.#2548allow to select cargo features (by default,--all-featuresis used).#2559use more fine-grained tags for syntax highlighting (literal.byte,literal.char, …)
Fixes
#2565fix bug with syntax highlighting not updating on windows.#2519fix name resolution for types in traits.#2535don’t trigger signature help on typing).#2552fix goto definition target when the cursor is between tokens.#2567fix type inference forimpl Traitsyntax.