0.2.1 • Published 3 years ago

coc-cadence v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

npm.io

Rename

npm.io

Start Emulator in a builtin Terminal

npm.io

Custom cadence command

npm.io

Create and select account

npm.io

Features

  • Cadence Language Server
    • Code completion, including documentation
    • Type information on hover
    • Go to declaration
    • Go to symbol
    • Document outline
    • Renaming
    • Signature help
  • Interact with Emulator
  • Deploy contract from editor

npm.io

License

MIT


This extension is built with create-coc-extension

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago