Socket
Socket
Sign inDemoInstall

coc-java-dependency

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coc-java-dependency - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

package.json
{
"name": "coc-java-dependency",
"description": "An extension to provide additional Java project explorer features for coc-java",
"version": "0.1.0",
"version": "0.1.1",
"publisher": "uzxmx",

@@ -64,6 +64,3 @@ "keywords": [

},
"directories": {
"lib": "lib"
},
"author": "Mingxiang Xue"
}

64

README.md
# coc-java-dependency
Fork of
[vscode-java-dependency](https://github.com/Microsoft/vscode-java-dependency) to
work with [coc.nvim](https://github.com/neoclide/coc.nvim).
An extension for [coc.nvim](https://github.com/neoclide/coc.nvim) to provide
additional Java project explorer features for the
[jdt.ls](https://github.com/eclipse/eclipse.jdt.ls) language server that is
loaded by [coc-java](https://github.com/neoclide/coc-java). This extension uses
the jar from
[vscode-java-dependency](https://github.com/Microsoft/vscode-java-dependency).
## Installation
![demo](https://github.com/uzxmx/assets/blob/master/coc-java-dependency.gif)
## Prerequisites
You must have [coc-java](https://github.com/neoclide/coc-java) installed first
and the Java language server is working properly.
```
:CocInstall coc-java
```
This project uses the tree widget from
[vim-widgets](https://github.com/uzxmx/vim-widgets), so you also need to install
it. For [vim-plug](https://github.com/junegunn/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](https://github.com/Microsoft/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](LICENSE)

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc