ZoKrates
ZoKrates copied to clipboard
Creating VSCode plugins for code linting
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.
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?
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.
While not as comprehensive as VSCode, ZK Playground is custom made for ZoKrates. Feel free to try it out. All feedback welcome.
We would welcome contributions on this. It became easier as we provide a grammar here