Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fannheyward/coc-deno
- Owner: fannheyward
- License: mit
- Created: 2019-12-09T10:22:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T08:31:00.000Z (about 1 month ago)
- Last Synced: 2024-10-25T02:28:45.150Z (18 days ago)
- Language: TypeScript
- Homepage:
- Size: 518 KB
- Stars: 151
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coc-deno
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)