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