IDE

How do I augment my development experience?

Tooling List

ZKREPL.DEV

Online IDE Here

Won't allow you to wield the full depth of functionality afforded by Circom, but it is an incredibly portable and simplifying tool that can be thought of as https://remix.ethereum.org/ for Circom

VSCode Extension

Marketplace Listing Here; Source Code Here

VIM Extension

Source Code Here

Shield

Source Code Here

The SHIELD is a development framework for circom developers; SHIELD makes the circom circuits development and debugging easy as hardhat/truffle does for the smart solidity contracts; it also improves the developer experience and makes it attractive to increase the mass adoption of zkps.

pageSHIELD

Circomspect

Source Code Here

Static analyzer for Circom; will help solve issues the compiler throws + unsafe circuit design you didn't know to look for

pageCircomspect

Credit to https://github.com/arnaucube/awesome-circom for this aggregated listing of IDE tools

Last updated