CCPatriot
Intellisense not working for typescript react.
Eh, I don't think that's actually solving the problem here. That would just tell VSCode to disable the Deno LSP for anything in
./src
, which would mean VSCode would just fall back to the normal TypeScript LSP, which we know to be working correctly for this use case.6 replies
Auto Import Not Working
@Vincent I just created a similar post here experiencing the same issue. I also see that once you manually import once you can then reference package to autocomplete, but selecting that suggestion still won't add the import to the top of the file. Are you able to get import statements to be automatically added to your files?
4 replies