Y
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
nozzlegear
1610 days ago
Thanks! I didn't know about the coc extension, I'll give that a try.
link
choward
1610 days ago
I have to believe that you leaving the "-deno" off of "coc-deno extension" was intentional which I find to be pretty funny.
link
phil294
1610 days ago
Neovim apparently supports the LSP protocol natively, so could you please explain why CoC is necessary?
link
chana_masala
1610 days ago
From the last I saw, coc is still more feature rich than native LSP in Neovim.
link