mirror of
https://github.com/apple/pkl.git
synced 2026-04-26 02:08:39 +02:00
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:
@@ -0,0 +1,17 @@
|
||||
<idea-plugin>
|
||||
<id>org.pkl.intellij.snippet-test-helper</id>
|
||||
<name>Pkl Snippet Test Helper</name>
|
||||
<vendor>Apple Inc. and the Pkl project authors</vendor>
|
||||
|
||||
<description><![CDATA[
|
||||
Automatically opens snippet test output files when input files are opened.
|
||||
|
||||
This is an internal plugin that is meant for development on the Pkl project itself.
|
||||
]]></description>
|
||||
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<fileEditorProvider implementation="org.pkl.intellij.SnippetTestEditorProvider"/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
Reference in New Issue
Block a user