]> git.lizzy.rs Git - rust.git/commit
Merge #4601
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 25 May 2020 07:14:43 +0000 (07:14 +0000)
committerGitHub <noreply@github.com>
Mon, 25 May 2020 07:14:43 +0000 (07:14 +0000)
commit1527feb744c7911b6ca482554f0399d3ef0ebfdc
tree7393ee6defa8951afafe90f0c180e7c0f4f1db70
parentfbb8b884a2dbc3ced720c84f4604466e223f6d69
parent5dab5e737909532e4a65390541393af6ee72f65b
Merge #4601

4601: Introduce `toggle inlay hints` vscode command r=matklad a=Veetaha

Users now can assign a shortcut for this command
via the general vscode
keybindings ui or `keybindings.json` file

<details>
<summary>Demo</summary>

![demo](https://user-images.githubusercontent.com/36276403/82768941-b4fd1c80-9e3a-11ea-9d5b-a40fa1e4dbc6.gif)

</details>

<details>
<summary>Howto assign a shortcut</summary>

![demo2](https://user-images.githubusercontent.com/36276403/82769350-c8a98280-9e3c-11ea-8a95-1266a539826d.gif)

</details>

Closes: #4599
Co-authored-by: veetaha <veetaha2@gmail.com>