MatthewZMD / .emacs.d

M-EMACS, a full-featured GNU Emacs configuration distribution
GNU General Public License v3.0
659 stars 76 forks source link

Experimental branch doesn't work well with typescript #57

Open fyepi opened 1 month ago

fyepi commented 1 month ago

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.

MatthewZMD commented 1 month ago

Thanks for enjoying M-EMACS!!

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