Hacker News new | ask | show | jobs
by 91edec 1610 days ago
If you're using coc you can add the coc-deno extension and initialize the project with `CocCommand deno.initializeWorkspace`.
2 comments

Thanks! I didn't know about the coc extension, I'll give that a try.
I have to believe that you leaving the "-deno" off of "coc-deno extension" was intentional which I find to be pretty funny.
Neovim apparently supports the LSP protocol natively, so could you please explain why CoC is necessary?
From the last I saw, coc is still more feature rich than native LSP in Neovim.