rust-analyzer/editors/code
Emil Lauridsen dadad36bb9 Move type inlay hint truncation to language server
This commit implements a general truncation framework for HirFormatter
that keeps track of how much has been output so far. This information
can then be used to perform truncation inside the language server,
instead of relying on the client.

Initial support is implemented for truncating types hints using the
maxInlayHintLength server config option. The existing solution in the
VSCode extension has been removed in favor of letting the server
truncate type hints.
2019-11-19 17:23:50 +01:00
..
.vscode Initial Visual Studio Code unit tests 2019-06-26 20:31:36 +10:00
src Move type inlay hint truncation to language server 2019-11-19 17:23:50 +01:00
.gitignore add rollup bundler for vscode extension 2019-09-23 23:25:16 +02:00
.prettierignore Run VS Code tests on CI 2019-06-30 07:12:42 +10:00
.vscodeignore add rollup bundler for vscode extension 2019-09-23 23:25:16 +02:00
package-lock.json Bump rollup and vsce 2019-10-10 10:19:05 -04:00
package.json document feature flags 2019-10-25 09:00:30 +03:00
rollup.config.js add rollup bundler for vscode extension 2019-09-23 23:25:16 +02:00
tsconfig.json Add noUnusedLocals to VsCode tsconfig 2019-06-29 18:00:22 +10:00
tslint.json Run prettier on all files 2018-10-08 22:38:33 +01:00