Coder Social home page Coder Social logo

navyashree0923 / coc-camel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from camel-tooling/coc-camel

0.0 0.0 0.0 170 KB

Extension for Vim coc to provide Camel Textual Edition support

License: Apache License 2.0

JavaScript 20.52% TypeScript 79.48%

coc-camel's Introduction

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()

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.

npm install esbuild
yarn

License

Apache License


This extension is built with create-coc-extension

coc-camel's People

Contributors

navyashree0923 avatar apupier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.