rust-analyzer/crates
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
..
ra_arena Disable doctests 2019-11-17 18:35:05 +03:00
ra_assists Disable doctests 2019-11-17 18:35:05 +03:00
ra_batch Disable doctests 2019-11-17 18:35:05 +03:00
ra_cfg Disable doctests 2019-11-17 18:35:05 +03:00
ra_cli Add bound check 2019-11-17 13:18:42 +08:00
ra_db Disable doctests 2019-11-17 18:35:05 +03:00
ra_fmt Disable doctests 2019-11-17 18:35:05 +03:00
ra_hir Move type inlay hint truncation to language server 2019-11-19 17:23:50 +01:00
ra_hir_def Disable doctests 2019-11-17 18:35:05 +03:00
ra_hir_expand Collapse TokenMap and RevTokenMap 2019-11-18 16:08:41 +03:00
ra_ide_api Move type inlay hint truncation to language server 2019-11-19 17:23:50 +01:00
ra_lsp_server Move type inlay hint truncation to language server 2019-11-19 17:23:50 +01:00
ra_mbe Collapse TokenMap and RevTokenMap 2019-11-18 16:08:41 +03:00
ra_parser Disable doctests 2019-11-17 18:35:05 +03:00
ra_prof Disable doctests 2019-11-17 18:35:05 +03:00
ra_project_model Disable doctests 2019-11-17 18:35:05 +03:00
ra_syntax Remove the custom impl of AttrsOwner for ImplItem 2019-11-18 18:13:56 +00:00
ra_text_edit Disable doctests 2019-11-17 18:35:05 +03:00
ra_tt Disable doctests 2019-11-17 18:35:05 +03:00
ra_vfs_glob Disable doctests 2019-11-17 18:35:05 +03:00
test_utils Disable doctests 2019-11-17 18:35:05 +03:00