Ich bin es gewohnt, mich stark auf die Webentwicklung zu verlassensublime
; beispielsweise auf die Cursor-Mehrfachauswahl und den Echtzeitbetrieb
Bei der Verwendung von xcode
做ios
zum Entwickeln sind die Tastenkombinationen immer so unbefriedigend. Es scheint, dass ich noch keine komfortablere Tastenkombination gefunden habe?
Nicht wirklich ein technisches Problem - -!
快捷键是一方面,用的爽可以自己设置代码块;
快键键自己一般就用到下面这些:
command + shift + Y
command + shift + N
command + N
command + 0
command + alt + 0
command + enter
command + option + enter
command + /
command + [
command + I
command + F
command + shift + F
command + L
command + shift + j
command + option + leftarrow/ rightarrow
具体什么功能可以随便用用就知道。。。
command+shift+N 新建工程
command+N 新建项目
F6,断点调试进行
command+C粘贴
command+F打开工程当前页面搜索功能
command+V粘贴.一般这三个键都是配套使用.快捷,高效.
command+E 与command+G 先用鼠标选择要搜索的声明,在按command+G 功能与上面三个相同.
点击Xcode弹出菜单选择Preference,再选择Key Bindings,快捷键分类齐全,应有尽有,随时可修改。