| [](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) |
| [](https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_NetBeansPlugin&branch_Kotlin=%3Cdefault%3E&tab=buildTypeStatusDiv) |
| [](http://www.apache.org/licenses/LICENSE-2.0) |
| |
| # Kotlin plugin for NetBeans IDE |
| |
| **NOTE**: This plugin is no longer actively developed. See https://github.com/JetBrains/kotlin-netbeans/issues/122 for more information. |
| |
| ## Installing Kotlin plugin |
| |
| ### NetBeans Update Center |
| |
| The plugin could be installed via NetBeans Update Center. |
| |
| ### Manual installation |
| |
| 1. Download the latest release: [0.2.0.1](https://github.com/JetBrains/kotlin-netbeans/releases/tag/v0.2.0.1) |
| 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. |
| |
| |
| ## Plugin feature set |
| |
| 1. Syntax highlighting |
| 2. Semantics highlighting |
| 3. Diagnostics |
| 4. Code completion |
| 5. Navigation in Source Code |
| 6. Quick fixes |
| 7. Intentions and Inspections |
| 8. Occurrences finder |
| 9. Code folding |
| 10. Unit testing support |
| 11. Ant, Maven and Gradle support |
| 12. Navigation by Kotlin class name |
| 13. Debugging support |