Syntax highlighting for GCF, the AI-native wire format for structured data. 71% fewer tokens than JSON.
- Syntax highlighting for
.gcffiles via TextMate grammar - Highlights headers, section markers, symbol IDs, edge notation, strings, numbers, booleans, key-value pairs, and more
- Works in all JetBrains IDEs: IntelliJ IDEA, PyCharm, WebStorm, GoLand, RustRover, CLion, and others
-
Build the plugin:
./gradlew buildPlugin -
The plugin zip will be at
build/distributions/gcf-jetbrains-0.1.0.zip -
In your JetBrains IDE, go to Settings > Plugins > Gear icon > Install Plugin from Disk...
-
Select the zip file and restart the IDE.
Coming soon.
- JetBrains IDE version 2023.1 or later
- The bundled TextMate plugin must be enabled (it is enabled by default)
GCF (Graph Compact Format) is a wire format designed for LLM tool responses, MCP servers, and agent-to-agent communication. It supports five output formats (JSON, YAML, CSV, TOML, MessagePack) with perfect round-trip fidelity.
- JDK 17+
- Gradle (wrapper included)
./gradlew buildPlugin
./gradlew runIde
This launches a sandboxed IntelliJ IDEA instance with the plugin installed for testing.
./gradlew verifyPlugin
MIT. See LICENSE.