0.1.0 • Published 2 years ago

coc-camel v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

coc-camel

An extension for coc.nvim to enable Apache Camel language server support.

Quick Start

  1. Download and install a recent Java Development Kit
  2. Install this extension by adding this following lines to your ~/.vimrc or ~/.config/nvim/init.vim, Assuming you are a vim-plug user
" Initialize plugin system
"
call plug#begin()

" Shorthand notation; fetches https://github.com/neoclide/coc.nvim
Plug 'neoclide/coc.nvim', {'branch': 'release'}
" Shorthand notation; fetches Camel Ls
Plug 'camel-tooling/coc-camel', {'do': 'yarn install --frozen-lockfile && yarn build'}

call plug#end()

OR you can use CocInstall to install Camel Language Server.

CocInstall coc-camel

Camel LS Demo

For instance, code completion for XML with Camel DSL. The capabilities are based on the Camel Language Server.

Demo

For instance, code completion for JAVA with Camel DSL. The capabilities are based on the Camel Language Server.

Demo

How to contribute

To build local development environment please run these commands at the project root.

yarn

License

Apache License


This extension is built with create-coc-extension

0.1.0

2 years ago

0.0.0

2 years ago