jose-elias-alvarez / nvim-lsp-ts-utils

Utilities to improve the TypeScript development experience for Neovim's built-in LSP client.
The Unlicense
438 stars 18 forks source link

Allow `:TSLspImportAll` to specify buffers #47

Closed jose-elias-alvarez closed 2 years ago

jose-elias-alvarez commented 3 years ago

E.g. :TSLspImportAll App.tsx or :TSLspImportAll all.

jose-elias-alvarez commented 2 years ago

This is still a cool idea, but since this plugin's import all implementation is a huge hack, it's too much to add here. Anybody interested in this is welcome to contribute to typescript.nvim, where it's much more feasible.