Tips, tricks and shortcuts
Discover shortcuts and tricks that boost efficiency and maximize your output.
Jigx Builder shortcuts
Publish all files in Jigx solution
⌘R⌘R
Alt+R Alt+R
Publishing an individual file is useful if multiple developers work on the same solution. You only want to publish your changes. Note index.jigx, is a shared file that people all work on, so the last one updated on the server gets published.
⌘R⌘F
Alt+R Alt+F
Invoke IntelliSense
Ctrl+space
Ctrl+space
Quick Fix
⌘+.
Ctrl+.
F12 or ⌘+click
F12 or Ctrl+click
shift+F12 F12
shift+F12 F12
The swagger parser function
⌘ + shift + p Generate Jigx Functions
Ctrl + shift + p Generate Jigx Functions
What colors indicate in Jigx Builder
white
The file is issue-free. If connected to a Git repository, the file is committed.
red
The file has validation issues/errors/deprecated properties that must be fixed. The number of issues is shown by a red number on the right of the file name in the sidebar.
yellow
This means the file is connected to a Git repository and is modified; the letter M displays on the right of the file name in the sidebar. YAML is squiggled in yellow to show deprecated properties, hover over the YAML to see the expected property.
green
Indicates a new file has been created but not committed to the Git repository yet.
blue
Indicates the active screen on the mobile device that you are debugging in the builder using Jigx Dev Tools.
Last updated
Was this helpful?