You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Donated by JetBreains.

Original URL: https://github.com/JetBrains/kotlin-netbeans

It can be found inside contrib folder of Apache NetBeans source code:

https://github.com/JetBrains/kotlin-netbeans/issues/137

https://github.com/apache/netbeans/pull/1398

Ioannis (John) Kostaras has managed to resolve the maven dependencies. However, the plugin contains Kotlin code that needs to be built/migrated to the latest Kotlin compiler version. Anyone fluent in Kotlin is welcome to work with Ioannis to do that.

However, NetBeans 12.x already provides some basic support via java/kotlin.editor module. One can open a .kt file via the Windows→Favourites tab.

It uses Kotlin.tmLanguage.json. This JavaDoc explains how to integrate a TextMate lexer with NetBeans.

There are also contrib/groovy.grails and contrib/groovy.grailsproject.

Language Feature SupportStatus
File type recognition
Project type
Semantic syntax highlighting
Formatting
Braces matching
Error Hints/Fixes/Suggestions
Code completion
Code templates
Refactoring
Debugging
  • No labels