Command Bar Tizen IDE provides the Command Bar for the developer's convenience. To access the Bar, on the Help menu, point to Tizen Studio, and then click Command Bar. Or press Ctrl+Shift+C key. By typing commands in the Bar, you can quickly get to some of the IDE features. Examples:
  • @projectName (To show a Properties dialog of the project)
  • sdb devices (To run a sdb command)
  • show --sign (To show the signing preferences dialog)
If you want to see the available commands, type 'help' and press Enter key.
  • Recommendations: The Command Bar suggests you the most frequently used commands expected by what you typed in.

    Recommendations

  • Quick Assist: Suggests easy-access to shortcuts expected by what you typed in the Command Bar.
    For example, even if you type the incorrect command like "sdb device" instead of "sdb devices", the Command Bar displays the balloon which assists you to visit the SDB documentation page and suggest the correct command you intended.

    Quick Assist