Keyboard shortcuts for Titanium IDE in MAC

瘦欲@ 提交于 2019-12-04 21:48:39

Midhun, Titanium IDE is just same as Eclipse IDE and simple. I've given some important shortcuts below

  • cmd + / for commenting a block of code
  • tab for moving a block of statement to right
  • shift + tab for move a block of code to left
  • cmd + shift + F11 for run your project
  • cmd + F11 for debug your project
  • cmd + shift + B for toggle breakpoint
  • cmd + F Find and Replace

You can use this link to modify your keyboard shortcuts for Titanium Studio in windows and in editor window, you can press Shift + Cmd + L to see all available shortcuts. Comment, uncomment and toggle comment are there. It tells all the shortcut for titanium studio

Happy programming:)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!