rust/editors/code/src
bors[bot] d98a5fab46
Merge #3543
3543: Parameter inlay hint separate from variable type inlay? #2876 r=matklad a=slyngbaek

Add setting to allow enabling either type inlay hints or parameter
inlay hints or both. Group the the max inlay hint length option
into the object.

- Add a new type for the inlayHint options.
- Add tests to ensure the inlays don't happen on the server side

Co-authored-by: Steffen Lyngbaek <steffenlyngbaek@gmail.com>
2020-03-12 16:02:55 +00:00
..
commands Centralize the check for languageId on document 2020-03-02 22:54:29 +01:00
installation vscode: care about alwaysDownloadServer option before asking 2020-03-08 00:01:48 +02:00
client.ts Merge #3543 2020-03-12 16:02:55 +00:00
color_theme.ts enforce camel case 2020-02-21 11:22:45 +01:00
config.ts Merge #3543 2020-03-12 16:02:55 +00:00
ctx.ts vscode: prerefactor util.ts and ctx.ts 2020-03-07 14:08:35 +02:00
highlighting.ts Merge #3388 2020-03-03 13:45:26 +00:00
inlay_hints.ts Switch from Vec<InlayKind> to object with props 2020-03-11 20:14:39 -07:00
main.ts Config to switch to semantic tokens 2020-02-26 16:03:30 +01:00
rust-analyzer-api.ts vscode: redesign inlay hints to be capable of handling multiple editors 2020-03-07 14:08:35 +02:00
source_change.ts vscode: migrate source_cnage.rs to rust-analyzer-api.rs 2020-02-25 00:49:19 +02:00
status_display.ts vscode: press ; to respect semicolons 2020-02-17 22:09:44 +02:00
util.ts vscode: prerefactor util.ts and ctx.ts 2020-03-07 14:08:35 +02:00