coc-cadence
cadence language server extension for coc.nvim in Vim & Neovim.
The plugin code is extracted from vscode-cadence
For highlight of cadence filetype, you may need vim-cadence
Install
In your vim/neovim, run the following command:
:CocInstall coc-cadence
or
Plug 'lucklyric/coc-cadence', {'do': 'yarn install --frozen-lockfile'}
Features
We would like to support all features supported by the VSCode extension.
It is still under development.
Autocomplete
![](./imgs/autocomplete.png)
Rename
![](./imgs/rename.png)
Start Emulator in a builtin Terminal
![](./imgs/emulator-terminal.png)
Custom cadence command
![](./imgs/custom_command.png)
Create and select account
![](./imgs/switch-account.png)
Features
![](./imgs/full.png)
License
MIT
This extension is built with create-coc-extension