|
|
|
|
|
by steinroe
440 days ago
|
|
that's something we are currently looking into for typescript. at first, I thought a tsserver plugin will do. but a bit of research suggested that such a plugin can not call other language servers. this must be solved on the editor side instead. in vscode, it should be possible via request forwarding [0]. for neovim there are plugins like otter.nvim [1]. and at least for js, we are planning to add direct support for it in our workspace api so that e.g. `postgrestools check file.ts` will emit diagnostics for embedded sql. [0] https://code.visualstudio.com/api/language-extensions/embedd...
[1] https://github.com/jmbuhr/otter.nvim |
|