Experimental branch doesn't work well with typescript
Opened this issue · 1 comments
fyepi commented
First of all, thanks for this great emacs config. I have been using it as my production setup.
I am trying the experimental branch. It seems it doesn't work well with typescript.
I have encountered two major problems with lsp-bridge:
- Auto import missing variables from other ts/tsx files isn't supported.
- Incorrectly marking variables as unused but they are actually used in the same file.
I had to revert back to the original config, which works pretty well.
MatthewZMD commented
Thanks for enjoying M-EMACS!!
I think @manateelazycat will know better regarding lsp-bridge and typescript