noir-lang / noir

Noir is a domain specific language for zero knowledge proofs
https://noir-lang.org
Apache License 2.0
875 stars 189 forks source link

Integrate `nargo info` output as vscode code lens #2942

Closed kobyhallx closed 1 year ago

TomAFrench commented 1 year ago

I've done some thinking on this and am a little concerned that this is going to be a little too heavy to display automatically inline with the code. Circuits would need to be completely recompiled on each save which for larger circuits results in a delay of multiple seconds before we can display any information.

I think what we can do in the meantime is add a button which will open a terminal and run nargo info similar to the "compile" and "execute" lenses.