Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 92ce9f4

Browse files
committed
README.md
1 parent 6f9bf52 commit 92ce9f4

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,24 @@ This is an unofficial plugin for IntelliJ based products that provide an easier
77
## Features
88
**Syntax highlighting**
99

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

1212
**Code References**
1313

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

1616
**Find Usages**
1717

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

2020
**Go To Class**
2121

22-
![Go To Class](docs/gifs/goto-class.gif)
22+
<img src="docs/gifs/goto-class.gif" width=540px/>
23+
24+
## Installing
25+
1. [Download](https://github.com/aarcangeli/ES-intellij-plugin/releases/tag/v0.0.1) latest binary distribution
26+
1. Open File->Settings->Plugins->Install Plugin From Disk
27+
1. Restart
2328

2429
### Known issues
2530
- Method body expression's are not fully parsed

0 commit comments

Comments
 (0)