Skip to content

Commit

Permalink
Add dependencies section for Maven project support
Browse files Browse the repository at this point in the history
  • Loading branch information
dansomething committed May 10, 2024
1 parent f791172 commit 9daf7d3
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
An [extension for coc.nvim](https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions) to enable
[Groovy language server](https://github.com/prominic/groovy-language-server) support.

## Features

- Maven and Gradle project support
- Code Completion
- Find References
- Go to Definition
- Highlights
- Refactor Rename
- Signature Hover

## Quick Start

1. Download and install a recent Java Development Kit (latest Java 8 is the minimum requirement).
Expand All @@ -12,15 +22,15 @@ An [extension for coc.nvim](https://github.com/neoclide/coc.nvim/wiki/Using-coc-
```
3. This extension is activated when you first open a Groovy file.

## Features
## Dependencies

- Maven and Gradle project support
- Code Completion
- Find References
- Go to Definition
- Highlights
- Refactor Rename
- Signature Hover
### Maven Projects

Maven project support requires having the [Maven Wrapper][0] installed in your
project or having [Maven][1] installed on your environment path.

* [Maven Wrapper][0]
* [Installing Maven][1]

## Available commands

Expand Down Expand Up @@ -51,3 +61,6 @@ The path to the Java Development Kit is searched in the following order:
## License

EPL 2.0, See [LICENSE](LICENSE) for more information.

[0]: https://maven.apache.org/wrapper/
[1]: https://maven.apache.org/install.html

0 comments on commit 9daf7d3

Please sign in to comment.