MatthewZMD/.emacs.d

Experimental branch doesn't work well with typescript

Opened this issue · 1 comments

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:

  1. Auto import missing variables from other ts/tsx files isn't supported.
  2. 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.

Thanks for enjoying M-EMACS!!

I think @manateelazycat will know better regarding lsp-bridge and typescript