Skip to content

Code completion and navigation for Kotlin#9428

Open
jtulach wants to merge 2 commits into
apache:masterfrom
jtulach:KotlinLsp
Open

Code completion and navigation for Kotlin#9428
jtulach wants to merge 2 commits into
apache:masterfrom
jtulach:KotlinLsp

Conversation

@jtulach
Copy link
Copy Markdown
Contributor

@jtulach jtulach commented Jun 5, 2026

  • I am starting to work on a project with huge Kotlin code base
  • I'd like to use my IDE to help me navigate and modify that code base
  • Hence I am suggesting extension of existing NetBeans Kotlin support (as provided by Syntax coloring for .kt files #1228)
  • by adding a simple way to download and configure Kotlin LSP
  • with that I am able to navigate and see code completion in .kt files of my project

@jtulach jtulach self-assigned this Jun 5, 2026
@jtulach jtulach added Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form) Kotlin labels Jun 5, 2026
@jtulach
Copy link
Copy Markdown
Contributor Author

jtulach commented Jun 5, 2026

I am using kt-mvvm project as a test that the new Kotlin LSP support works. Here are the highlights:

Hint to install LSP Server

Restarted the IDE and then asked for code completion:

CC works!

Ctrl+Mouse click navigation works as well. Now I can be happy Kotlin developer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Java [ci] enable extra Java tests (java.completion, java.source.base, java.hints, refactoring.java, form) Kotlin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant