Add internal intellij plugin (#1248)

This introduces an IntelliJ plugin that's meant to assist with development of the Pkl codebase itself.

The plugin adds a file editor that opens snippet tests in a split editor pane, showing the input on the left side and output on the right side.
This commit is contained in:
Daniel Chao
2025-10-21 03:42:21 -07:00
committed by GitHub
parent f6d3fb1228
commit cce49a40fa
9 changed files with 315 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ include("pkl-formatter")
include("pkl-gradle")
include("pkl-internal-intellij-plugin")
include("pkl-parser")
include("pkl-server")