npm.io
3.1.2 • Published 4 years ago

coc-denoland

Licence
MIT
Version
3.1.2
Deps
1
Size
123 kB
Vulns
0
Weekly
0
Stars
8
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

coc-denoland

semantic-release

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

  1. CocInstall coc-denoland
  2. Configure following by CocConfig or CocLocalConfig 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.