summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgie <george@fivetran.com>2016-05-22 14:12:05 -0700
committerGeorgie <george@fivetran.com>2016-05-22 14:12:05 -0700
commitf6a1bf632ba39a8a916b85d1fb3e8590806e236b (patch)
tree50065a7bec09d3d3af7c03e382e355fe178b7061
parentcf5631a2eab74a663c8bd9d751d222242ef8fd18 (diff)
downloadjava-language-server-f6a1bf632ba39a8a916b85d1fb3e8590806e236b.zip
Screencasts
-rw-r--r--README.md19
1 files changed, 15 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3c415c2..e797868 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,17 @@ Provides Java support using the javac API.
## Features
-* Lint
-* Autocomplete
-* Go-to-definition
+### Lint
+
+<img src="http://g.recordit.co/DGTYfpFdSD.gif">
+
+### Autocomplete
+
+<img src="http://g.recordit.co/bCbYuegVRV.gif">
+
+### Go-to-definition
+
+<img src="http://g.recordit.co/Fg7cpH1rnz.gif">
## javaconfig.json
@@ -14,7 +22,10 @@ The presence of a `javaconfig.json` file indicates that this directory is the ro
### Examples
-### Compile using maven
+### Maven
+
+You can configure maven to output the current classpath to a file,
+classpath.txt, where Visual Studio Code will find it.
#### javaconfig.json