AppCode 3共通設定およびショートカットキー(更新継続)

2110 ワード

次の設定は、設定中の検索ボックスでキーワード検索できます.
0,プロジェクト設定を開く
Command + ;

1、設定ショートカットを開く
Command + ,

2行番号を表示
Editor -> Appearance -> Show line Numbers

3、メモリ使用状態を開く
Appearance&Behavior -> Appearance -> Show memory indicator

4、現在のファイル構造(prama markとか)を表示
Command + 7

5,コードプロンプト大文字と小文字を区別しない
Editor -> General -> Code Completion -> Case sensitive completion -> None

6,複数行コメント
control + shift + /

7,単文コード提示(キーワード補完)
control + space

8、インテリジェントなヒント
control + shift + space

9、現在の方法を折りたたむ
Command + .

10現在の行を削除
Command + delete

11、現在の行を切り取ります
Command + x

12、運転
control + r

13、コンパイル
Command + F9

14, Debug
control + d

15、運転
control + r

16、下に1行挿入
Command + enter

17、クイック挿入の一般的な方法
control +  enter / Command + n

18、コードをすばやく選択(カーソル行から上下対称に選択)
alt +  / 

19、選択したコードを移動
alt + shift +  / 

20,アクセスカーソルにおけるコードの定義
Command + b

21、前の編集ファイルに戻る
Command + [

22、次の編集ファイルに戻ります
Command + ]

23,ファイルtab(開いているファイル)を切り替える
Command + shift + [/]

24、現在のtabを閉じる
Command + w

25、classファイルをすばやく開く
Command + o

26、すべてのファイルをすばやく開く
Command + shift + o

27、クイックオープン方法
alt + Command + o

28、上下切替方法
control +  / 

29,切り替え.h .mファイル
control + Command +  

30、フォーマットコード
alt + Command + l

31、クイック挿入方法及びその他のコードテンプレート
Command + j