- Download the latest release: 0.1.0-beta
- Launch NetBeans IDE
- Choose Tools and then Plugins from the main menu
- Switch to Downloaded tab
- On the Downloaded tab click Add Plugins... button
- In the file chooser, navigate to the folder with downloaded plugin. Select the NBM file and click OK. The plugin will show up in the list of plugins to be installed.
- Click Install button in the Plugins dialog
- Complete the installation wizard by clicking Next, agreeing to the license terms and clicking Install button.
- Note that this plugin requires NetBeans 8.1
- Syntax highlighting
- Semantics highlighting
- Diagnostics
- Code completion
- Navigation in Source Code
- Automatic import
- Occurrences finder
- Code folding
- Unit testing support
- Ant and Maven support
- Navigation by Kotlin class name
- Debugging support
- File -> Create Project
- Maven -> Project with the existing POM
To build this project you need to add kotlin-ide-common.jar from lib folder to local maven repository.