sublimelsp / LSP-typescript

TypeScript, JavaScript support for Sublime LSP plugin
MIT License
135 stars 11 forks source link

`lsp_typescript_calls` key binding #116

Closed eidellev closed 2 years ago

eidellev commented 2 years ago

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

Thanks in advance!

rchl commented 2 years ago

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

Optionally with args also. See https://github.com/sublimelsp/LSP-typescript/blob/7c96e3c66c004ead9d66709578c9506197e5a151/LSP-typescript.sublime-commands#L21-L24

eidellev commented 2 years ago

Thank you @rchl !