0.1.0 • Published 2 years ago

coc-lombok v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vscode-lombok

Overview

A lightweight extension to support Lombok annotations processing for coc.nvim

Requirements

  • Coc.nvim (version 0.0.80 or later)

  • Lombok added as a dependency in your Java Project (Make sure you're using the latest version to avoid issues!) Add with Maven or Add with Gradle

Install

Install this extension by run command:

:CocInstall coc-lombok

Note: this extension would download latest lombok.jar for you when not found.

Note: You can manually download lombok.jar and extract the content to data folder of coc-lombok, get the folder path by :echo coc#util#extension_root().'/coc-lombox-data/server' in your vim.

Available commands

The following commands are available:

Features / Supports

Troubleshooting

  • Run :messages to get echoed messages in vim.

I'm having issues

License

MIT, See LICENSE for more information.

0.1.0

2 years ago

1.0.1

2 years ago