refact icon indicating copy to clipboard operation
refact copied to clipboard

[idea] Add support for kotlin in AST Parser

Open deepaknlwl opened this issue 2 months ago • 0 comments

Currently, AST parsing doesn't support Kotlin language. Due to this, code lens feature doesn't work for Kotlin projects and we cannot use "@definition" as well.

Adding Kotlin AST parser support will enable:

  • Code lens functionality for Kotlin projects
  • "@definition" feature to work with Kotlin code
  • AST-based code understanding for Kotlin source files (.kt, .kts)

deepaknlwl avatar Nov 12 '25 07:11 deepaknlwl