table
Is there any way to disable Deno's Intellisense feature without disabling Deno itself?
When programming with Deno, I've noticed how relatively slow the lang server is, and I need intellisense because I suck at typing and love when I can just press tab and autocomplete what I need. With Deno's server speeds, I can't do that. Can I disable Deno's intellisense and use base TypeScript intellisense?
8 replies