sublimelsp / LSP-typescript

TypeScript, JavaScript support for Sublime LSP plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`lsp_typescript_calls` key binding

eidellev opened this issue · comments

Is there a way to configure a key binding to this command?

Thanks in advance!

Just create a key-binding that runs the lsp_typescript_calls command.

Optionally with args also. See

"command": "lsp_typescript_calls",
"args": {
"direction": "incoming"
},

Thank you @rchl !