Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aarcangeli committed Feb 11, 2019
1 parent 6f9bf52 commit 92ce9f4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,24 @@ This is an unofficial plugin for IntelliJ based products that provide an easier
## Features
**Syntax highlighting**

![Syntax highlighting](docs/gifs/syntax.png)
<img src="docs/gifs/syntax.png" width=540px/>

**Code References**

![Code References](docs/gifs/references.gif)
<img src="docs/gifs/references.gif" width=540px/>

**Find Usages**

![Find Usages](docs/gifs/find-usages.gif)
<img src="docs/gifs/find-usages.gif" width=540px/>

**Go To Class**

![Go To Class](docs/gifs/goto-class.gif)
<img src="docs/gifs/goto-class.gif" width=540px/>

## Installing
1. [Download](https://github.com/aarcangeli/ES-intellij-plugin/releases/tag/v0.0.1) latest binary distribution
1. Open File->Settings->Plugins->Install Plugin From Disk
1. Restart

### Known issues
- Method body expression's are not fully parsed
Expand Down

0 comments on commit 92ce9f4

Please sign in to comment.