You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! thanks for the great work on this project. I think I'm just missing something dumb here. I switched my library to use esmodules and the auto import stopped working. I've attached a video of the auto import, and the logs of the tsserver that show that tsserver seems to correctly identify what I'm trying to import. Using the quick fix actions seems to work too! I can't see any reason why the auto import option would stop showing up after this change?
The completionEntryDetails request is sent to resolve additional information for a given completion item, from the trace logs, the tsserver didn't response auto-import codeAction to use.
Can you try this in VSCode to check it work or not?
Hey! thanks for the great work on this project. I think I'm just missing something dumb here. I switched my library to use esmodules and the auto import stopped working. I've attached a video of the auto import, and the logs of the tsserver that show that tsserver seems to correctly identify what I'm trying to import. Using the quick fix actions seems to work too! I can't see any reason why the auto import option would stop showing up after this change?
Before
auto.import.working.mov
After
(notice it doesn't auto import on tab, but the quick fix works fine??)
https://github.com/neoclide/coc-tsserver/assets/16196910/f41067c5-2174-4c62-8ac0-3ed532bf5c78
Change to .tsconfig.json
(I also changed all the imports to have the
.js
suffix to align withnode16
module/module resolutionTS server logs of After
The text was updated successfully, but these errors were encountered: