index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
code
/
src
/
inlay_hints.ts
Age
Commit message (
Expand
)
Author
Lines
2020-04-11
fix: inlay hints config desyncronization between the frontend and the backend
veetaha
-2
/
+3
2020-04-11
vscode: fix indent
veetaha
-5
/
+5
2020-03-30
Code review fixes
Kirill Bulatov
-4
/
+6
2020-03-30
Style fixes
Kirill Bulatov
-1
/
+3
2020-03-24
Extension types and rendering
Matt Hooper
-3
/
+29
2020-03-20
vscode: remove unnecessary code
Veetaha
-2
/
+0
2020-03-11
Switch from Vec<InlayKind> to object with props
Steffen Lyngbaek
-1
/
+1
2020-03-10
Parameter inlay hint separate from variable type inlay? #2876
Steffen Lyngbaek
-1
/
+1
2020-03-07
vscode: post refactor HintsUpdater (simplify create() -> constructor call)
Veetaha
-16
/
+10
2020-03-07
vscode: more privacy for HintsUpdater
Veetaha
-1
/
+1
2020-03-07
vscode: remove logging from inlays, run fix lint issues
Veetaha
-18
/
+7
2020-03-07
vscode: remove logic for caching editors as per @matklad
Veetaha
-222
/
+136
2020-03-07
vscode: refresh all editors on text changes, simplify inlays api
Veetaha
-13
/
+11
2020-03-07
vscode: add dat semicolon
Veetaha
-1
/
+1
2020-03-07
vscode: simpify
Veetaha
-5
/
+1
2020-03-07
vscode: redesign inlay hints to be capable of handling multiple editors
Veetaha
-104
/
+271
2020-03-02
Centralize the check for languageId on document
Julien Roncaglia
-19
/
+4
2020-03-01
Remove inlay in diff views
Julien Roncaglia
-1
/
+10
2020-02-28
Reset fontStyle for inlay hints
Aleksey Kladov
-0
/
+2
2020-02-25
vscode: migrate inlay_hints to rust-analyzer-api.ts
Veetaha
-23
/
+8
2020-02-23
vscode: gracefully handle cancellation errors
Veetaha
-22
/
+18
2020-02-22
Extract client-side logging
Aleksey Kladov
-1
/
+2
2020-02-22
vscode: migrate to tripple equals
Veetaha
-1
/
+1
2020-02-17
vscode: press ; to respect semicolons
Veetaha
-4
/
+4
2020-02-17
remove debug print
Aleksey Kladov
-2
/
+0
2020-02-17
Simplify startup
Aleksey Kladov
-3
/
+3
2020-02-17
Simplify TS reload logic
Aleksey Kladov
-2
/
+17
2020-02-17
vscode: minor refactorings
Veetaha
-21
/
+24
2020-02-17
vscode: add comment on possible UnhandledPromise rejection error
Veetaha
-1
/
+3
2020-02-16
vscode: fix stupid mistake
Veetaha
-1
/
+1
2020-02-05
vscode: eliminate floating promises and insane amount of resource handle leaks
Veetaha
-13
/
+21
2020-02-02
vscode extension cleanup: migrate to prefer-const tslint rule
Veetaha
-3
/
+3
2020-01-15
Use types from vscode-langaugeclient
Emil Lauridsen
-1
/
+1
2020-01-15
Add inlay parameter name hints for function calls
imtsuki
-10
/
+41
2020-01-01
Allow disabling inlay hints
Aleksey Kladov
-1
/
+2
2019-12-31
Add semicolons
Aleksey Kladov
-2
/
+2
2019-12-31
Refactor server lifecycle
Aleksey Kladov
-5
/
+6
2019-12-31
Fix color name
Aleksey Kladov
-1
/
+1
2019-12-31
Drop obsolete color configurations
Aleksey Kladov
-1
/
+1
2019-12-30
Privatize highlighting
Aleksey Kladov
-2
/
+2
2019-12-30
Don't request inline hints repeatedly
Aleksey Kladov
-5
/
+18
2019-12-30
Retry inlay hints on content modified error
Aleksey Kladov
-6
/
+1
2019-12-30
Refactor inlay hints
Aleksey Kladov
-103
/
+67
2019-12-30
Add config to Ctx
Aleksey Kladov
-3
/
+1
2019-12-30
Encapsulate inlay hints activation
Aleksey Kladov
-1
/
+37
2019-12-30
Hints are not commands
Aleksey Kladov
-0
/
+113