coc-denoland
v3.1.2
Published
Fork of vscode_deno for coc.nvim
Downloads
35
Readme
coc-denoland
This repository's goal is porting vscode_deno
to coc.nvim
, so making it less diff.
Versioning policy is perfectly separated from vscode_deno
and deno
.
Diff to original: https://github.com/denoland/vscode_deno/compare/main...LumaKernel:main
Installation
CocInstall coc-denoland
- Configure following by
CocConfig
orCocLocalConfig
in your deno project.
{
"deno.enable": true,
"tsserver.enable": false
}
Most changes and feature enhancements do not require changes to the extension though, as most information comes from the Deno Language Server itself, which is integrated into the Deno CLI. Please check out the contribution guidelines for the Deno CLI.
Credits
vscode_deno
: The origin of this repository. Forked under the MIT license.- yaegassy let me know how to make coc plugins.
- yuki-yano shared me an ideas to implement coc.nvim specific.