CODE HINTS
INSTALLING
Editors such as VS Code can provide code hints (intellisense) as you type. ZIM has TypeScript typings which can guide the Editor if installed as below:- In the IDE open your project folder
- Open a Terminal - in VS Code see Terminal in menu (CTRL SHIFT `)
- Type node -v to check if you have node
- If not then install from https://nodejs.org
- Run the command below:
- npm i zimjs
TIPS
- VS Code only gives auto complete for ZIM in a js or ts file (not and HTML file)
- ZIM has ZIM DUO which allows for parameters in order or as a config object { }
- This will show as config_or_radius, etc.
- ZIM VEE values are listed in Docs under Pick()
- There are so many parameters! If we missed something, let is know!
- at Slack or Discord