CCS 快捷键

ctrl +h 查找;

F3  向下查找;

In C/C++ Views
Rename-Refactoring Alt+Shift+R
References Ctrl+Shift+G
Open Type in Hierarchy Ctrl+Shift+H
Open Type Hierarchy F4
Open Include Browser Ctrl+Alt+T
Open Element Ctrl+Shift+T
Open Declaration F3
Open Call Hierarchy Ctrl+Alt+H
Declaration Ctrl+G

 

Editing Text
Word Completion Ctrl+Alt+/
Toggle Overwrite Insert
Toggle Insert Mode Ctrl+Shift+Insert
Toggle Folding Ctrl+Numpad_Divide
Toggle Block Selection Alt+Shift+A
To Upper Case Ctrl+Shift+X
To Lower Case Ctrl+Shift+Y
Text Start Ctrl+Home
Text End Ctrl+End
Show Tooltip Description F2
Show Ruler Context Menu Ctrl+F10
Select Previous Word Ctrl+Shift+Left
Select Next Word Ctrl+Shift+Right
Select Line Start Shift+Home
Select Line End Shift+End
Scroll Line Up Ctrl+Up
Scroll Line Down Ctrl+Down
Reset Structure Ctrl+Shift+Numpad_Multiply
Quick Diff Toggle Ctrl+Shift+Q
Previous Word Ctrl+Left
Next Word Ctrl+Right
Move Lines Up Alt+Up
Move Lines Down Alt+Down
Line Start Home
Line End End
Join Lines Ctrl+Alt+J
Insert Line Below Current Line Shift+Enter
Insert Line Above Current Line Ctrl+Shift+Enter
Incremental Find Reverse Ctrl+Shift+J
Incremental Find Ctrl+J
Go to Line Ctrl+L
Find Previous Ctrl+Shift+K
Find Next Ctrl+K
Expand All Ctrl+Numpad_Multiply
Expand Ctrl_Numpad_Add
Duplicate Lines Ctrl+Alt+Up
Delete to End of Line Ctrl+Shift+Delete
Delete Previous Word Ctrl+Backspace
Delete Next Word Ctrl+Delete
Delete Line Ctrl+D
Copy Lines Ctrl+Alt+Down
Collapse All Ctrl+Shift+Numpad_Divide
Collapse Ctrl+Numpad_Subtract

 

 

In Windows
Build All Ctrl+B
Debug F11
Run Ctrl+F11
Activate Task Ctrl+F9
Backward History Alt+Left
Close Ctrl+F4
Close Ctrl+W
Close All Ctrl+Shift+F4
Close All Ctrl+Shift+W
Collapse All Ctrl+Shift+Numpad_Divide
Context Information Alt+?
Expand All Ctrl+Shift+Numpad_Multiply
Find and Replace Ctrl+F
Find Text in Wordspace Ctrl+Alt+G
Last Edit Location Ctrl+Q
Save All Ctrl+Shift+S

 

 

Debugging
Terminate Ctrl+F2
System Reset Ctrl+Shift+S
Suspend Alt+F8
Step Return F7
Step Over F6
Step Into F5
Run to Line Ctrl+R
Resume F8
Restore Debug State Alt+E
Reset Ctrl+Shift+R
Reload Program Ctrl+Alt+R
Open Source Ctrl+Shift+3
Load Program Ctrl+Alt+L
Go Main Alt+M
Disconnect Target Ctrl+Alt+D
Connect Target Ctrl+Alt+C
Assembly Step Over Ctrl+Shift+F6
Assembly Step Into Ctrl+Shift+F5

 

 

C/C++ Editor
Toggle Source/Header Ctrl+Tab
Toggle Mark Occurrences Alt+Shift+O
Toggle Function-Refactoring Alt+Shift+T
Surround With Quick Menu Alt+Shift+Z
Sort Lines Ctrl+Alt+S
Show Source Quick Menu Alt+Shift+S
Show Outline Ctrl+O
Shift Left Shift+Tab
Select Previous C/C++ Element Alt+Shift+Left
Select Next C/C++ Element Alt+Shift+Right
Select Enclosing C/C++ Element Alt+Shift+Up
Restore Last C/C++ Selection Alt+Shift+Down
Rename-Refactoring Alt+Shift+R
Remove Block Comment Ctrl+Shift+\
References Ctrl+Shift+G
Quick Type Hierarchy Ctrl+T
Open Type in Hierarchy Ctrl+Shift+H
Open Type Hierarchy F4
Open Include Browser Ctrl+Alt+I
Open Element Ctrl+Shift+T
Open Declaration F3
Open Call Hierarchy Ctrl+Alt+H
Indent Line Ctrl+I
Go to Previous Member Ctrl+Shift+Up
Go to Next Member Ctrl+Shift+Down
Go to Matching Bracket Ctrl+Shift+P
Format Ctrl+Shift+F
Extract Local Variable-Refactoring Alt+Shift+L
Extract Function-Refactoring Atl+Shift+M
Extract Constant-Refactoring Alt+C
Explore Macro Expansion Ctrl+=
Explore Macro Expansion Ctrl+#
Declaration Ctrl+G
Comment/Uncomment Ctrl+/
Add Include Ctrl+Shift+N
Add Block Comment Ctrl+Shift+/

 

posted @ 2016-03-17 17:18  求隐  阅读(1610)  评论(0编辑  收藏  举报