Socket
Socket
Sign inDemoInstall

coc-java-dependency

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    coc-java-dependency

An extension to provide additional Java project explorer features for coc-java


Version published
Maintainers
1
Install size
707 kB
Created

Readme

Source

coc-java-dependency

An extension for coc.nvim to provide additional Java project explorer features for the jdt.ls language server that is loaded by coc-java. This extension uses the jar from vscode-java-dependency.

demo

Prerequisites

You must have coc-java installed first and the Java language server is working properly.

:CocInstall coc-java

This project uses the tree widget from vim-widgets, so you also need to install it. For vim-plug users, add below:

Plug 'uzxmx/vim-widgets'

Installation

Run below command in vim.

:CocInstall coc-java-dependency

For the first time, it will download dependencies from vscode-java-dependency releases.

How to use

To open the project dependency explorer, execute:

:JavaDependencyOpen

To close it, execute:

:JavaDependencyClose

To find current file in the explorer, execute:

:JavaDependencyFind

Available commands

The following commands are available:

  • java.dependency.downloadJdtlsExtension [version]: download the default (or specific) version of the Java language server extension.

License

MIT License

Keywords

FAQs

Last updated on 04 Mar 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc