Skip to content

IntelliJ plugin: restore sandbox/K2 verification path #5

@amichne

Description

@amichne

Summary

Finish IntelliJ plugin hardening and verification for modern Kotlin/K2 sandbox paths.

Why

Packaging succeeds, but sandbox verification is still partially bypassed. That means the plugin can build without yet proving the compatibility path that matters for real IDE startup and release confidence.

Scope

  • Add the required Kotlin plugin-mode compatibility metadata or equivalent configuration
  • Re-enable buildSearchableOptions
  • Verify sandbox startup on the intended IntelliJ/Kotlin versions
  • Capture any remaining plugin verifier or packaging constraints in docs/tests

Done when

  • backend-intellij passes the sandbox verification path without disabling buildSearchableOptions
  • Runtime compatibility for the target IDE/Kotlin mode is proven, not assumed

References

  • backend-intellij/build.gradle.kts
  • backend-intellij/src/main/resources/META-INF/plugin.xml
  • docs/remaining-work.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions