Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fannheyward/coc-deno

Deno extension for coc.nvim
https://github.com/fannheyward/coc-deno

Last synced: 13 days ago
JSON representation

Deno extension for coc.nvim

Awesome Lists containing this project

README

        

# coc-deno

GitHub Sponsors
Patreon donate button
PayPal donate button

Deno extension for coc.nvim, forked from
[vscode_deno](https://github.com/denoland/vscode_deno).

## Install

`:CocInstall coc-deno`

## Usage

1. make sure you have Deno v1.7+ installed `deno --version`
2. run `:CocCommand deno.initializeWorkspace` in your project

## Commands

- `deno.cacheActiveDocument`: Cache Dependencies
- `deno.status`: Display language server status
- `deno.task`: List/Run Deno tasks
- `deno.initializeWorkspace`: Initialize workspace configuration for Deno

## Configurations

You can configure `coc-deno` through `:CocConfig`, same configurations as
[vscode_deno](https://github.com/denoland/vscode_deno#configuration).

## License

MIT

---

> This extension is built with
> [create-coc-extension](https://github.com/fannheyward/create-coc-extension)