ZoKrates icon indicating copy to clipboard operation
ZoKrates copied to clipboard

Creating VSCode plugins for code linting

Open GrandGarcon opened this issue 5 years ago • 4 comments

as with all the programmers today , they are totally dependent to search the relevant function method by pressing tab for auto completion. so in case we can create the VsCODE plugin , that would be grateful.

GrandGarcon avatar Apr 25 '19 08:04 GrandGarcon

Hey @GrandGarcon thanks for this. A first version of this will become easier once we merge #306. We're mostly talking about syntax highlighting. Do you have a plan for full IDE functionality? My intuition is that it's a lot of work and ZoKrates programs are rather small anyway so the payoff may be small?

Schaeff avatar May 06 '19 10:05 Schaeff

well for now , Syntax highlighting will be enough. i started to read the tutorials of the vs code api present here :- https://code.visualstudio.com/api/get-started/your-first-extension. and will try to implement in free time and also when your #306 merge is done.

DhruvTheEthDeveloper avatar May 06 '19 10:05 DhruvTheEthDeveloper

While not as comprehensive as VSCode, ZK Playground is custom made for ZoKrates. Feel free to try it out. All feedback welcome.

ronaldmannak avatar May 24 '19 21:05 ronaldmannak

We would welcome contributions on this. It became easier as we provide a grammar here

Schaeff avatar Jul 11 '19 14:07 Schaeff