Skip to content

Hillkorn/kotlin-netbeans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamCity (simple build status) GitHub license

Kotlin plugin for NetBeans IDE

Installing Kotlin plugin

  1. Download the latest release: 0.1.0-beta
  2. Launch NetBeans IDE
  3. Choose Tools and then Plugins from the main menu
  4. Switch to Downloaded tab
  5. On the Downloaded tab click Add Plugins... button
  6. 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.
  7. Click Install button in the Plugins dialog
  8. Complete the installation wizard by clicking Next, agreeing to the license terms and clicking Install button.
  • Note that this plugin requires NetBeans 8.1

Plugin feature set

  1. Syntax highlighting
  2. Semantics highlighting
  3. Diagnostics
  4. Code completion
  5. Navigation in Source Code
  6. Automatic import
  7. Occurrences finder
  8. Code folding
  9. Unit testing support
  10. Ant and Maven support
  11. Navigation by Kotlin class name
  12. Debugging support

For contributors

Importing the project

  1. File -> Create Project
  2. 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.

Packages

No packages published

Languages

  • Java 73.2%
  • Kotlin 23.9%
  • HTML 2.9%