-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
Description
Currently you can't get any code lenses including circuit rendering while you program doesn't compile.
When developing larger programs, it's common to develop them part by part. When you are writing a function, other portions of the program may not compile. You still want to see a circuit for a function being developed if everything it depends on compiles.
Say you want to add another parameter to a function that gets called in 100 places. You add this parameter and want to see the circuit for the new function. Now you have to go over all 100 places and add that parameter to the call before you can quickly check a circuit.