Skip to content

Commit 751ab30

Browse files
committed
Update README
1 parent dd068e5 commit 751ab30

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# VSCode Extension for Java + Kotlin
22

3-
A VSCode extension that enhances [vscode-java](https://github.com/redhat-developer/vscode-java) and [vscode-kotlin](https://github.com/fwcd/vscode-kotlin) with java + kotlin interoperability. This uses a JDT LS extension with a delegate command handler that can work together with the Kotlin Language Server, in order for Java code to have access to Kotlin code.
3+
A VSCode extension that enhances [vscode-java](https://github.com/redhat-developer/vscode-java) and [vscode-kotlin](https://github.com/fwcd/vscode-kotlin) with Java + Kotlin interoperability. This uses a JDT LS extension with a delegate command handler that can work together with the Kotlin Language Server, in order for Java code to have access to Kotlin code.
44

55
**Disclaimer**: This is very experimental, but it seems to work for small maven and gradle projects at least.
66

7-
## Setup (for now)
7+
## Features
8+
9+
- Java + Kotlin project compilation
10+
- Kotlin symbols available in completions when writing Java code
11+
12+
## Development
813

914
For now, to set this up, you need to run the `build.sh` script in this directory to package the JDT LS extension. Afterwards, you should run `npm install` to install the extension dependencies.
1015

0 commit comments

Comments
 (0)