Module execute_command

Module execute_command 

Source
Expand description

§============================================================================= workspace/executeCommand

Mirrors the user-facing commands provided by typescript-tools so Neovim user commands (e.g. :TSBOrganizeImports) can be wired through workspace/executeCommand. Each command maps to a concrete tsserver request and returns ready-to-apply workspace edits or locations.

Constants§

USER_COMMANDS

Functions§

handle