Introduction
Professional IDE support for Circom in JetBrains IDEs
Full-featured Circom language support for IntelliJ IDEA and all JetBrains IDEs.
Quick Start
Section titled “Quick Start”Get up and running with Circom in your JetBrains IDE in under a minute:
-
Install the Plugin Open your JetBrains IDE → Settings → Plugins → Marketplace → Search “Circom Language Support” → Install
-
Open a Circom File Open any
.circomfile in your project -
Start Coding Enjoy syntax highlighting, navigation, and all IDE features
Features
Section titled “Features”Supported IDEs
Section titled “Supported IDEs”This plugin works with all JetBrains IDEs version 2024.3 and later:
- IntelliJ IDEA (Community & Ultimate)
- WebStorm
- PyCharm
- RustRover
- CLion
- GoLand
- PhpStorm
- And all other JetBrains IDEs
What is Circom?
Section titled “What is Circom?”Circom is a domain-specific language for writing arithmetic circuits used in zero-knowledge proofs. It’s widely used in blockchain projects for privacy-preserving computations and verifiable computation.
This plugin brings professional IDE support to Circom development, making it easier to write, navigate, and refactor your circuits.