Tips, tricks and shortcuts
Discover shortcuts and tricks that boost efficiency and maximize your output.
Shortcuts | Mac | Windows |
Publish all files in 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+. |
Go to definition | F12 or ⌘+click | F12 or Ctrl+click |
Color | Description |
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 in the file is shown by a red numbered 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. |
green | Indicates a new file that 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 Dev Tools . |
