Skip to content

KMP Support #9

@kigya

Description

@kigya

Icon in completion not applied in KMP commonMain (works in androidMain)

Summary
componentFunHighlighting replaces the icon in the completion popup only for symbols coming from androidMain.
In commonMain (Kotlin Multiplatform) the default red f icon is shown; the custom SVG is not applied.
liveTemplates from the same config work, so the config is being read.

Minimal config

{
  "componentFunHighlighting": {
    "functionFqnPrefix": "dev.kigya.xxx.core.designSystem.component.",
    "functionSimpleNamePrefix": "Xxx"
  },
  "liveTemplates": []
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions