coc-denoland

3.1.2 • Public • Published

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.

Dependencies (1)

Dev Dependencies (8)

Package Sidebar

Install

npm i coc-denoland

Weekly Downloads

0

Version

3.1.2

License

MIT

Unpacked Size

126 kB

Total Files

4

Last publish

Collaborators

  • lumax