当前位置:网站首页>Visual studio vs shortcut key usage
Visual studio vs shortcut key usage
2022-06-27 06:49:00 【EchoCoder】
VS Shortcut key use complete book
Shortcut key
notes :CTRL+K, CTRL+C
uncomment :CTRL+K, CTRL+U
Go back to the previous cursor position :CTRL±
Advance to next cursor position :CTRL+Shift±
Copy the whole line of code : The cursor stops on the line ,CTRL+C, Paste again CTRL+V
Cut the whole line of code : The cursor stops on the line ,CTRL+X
Delete entire line of code : The cursor stops on the line ,CTRL+L
revoke :CTRL+Z
Return cancellation :CTRL+Y
Set breakpoint debugging :F9, Breakpoint line does not execute
debugging ( start-up ):F5
Debug sentence by sentence :F11
Use the scroll bar to preview the entire file : Tools —> Options —> Text editor —> All languages —> Scroll bar —> Thumbnail mode with vertical scroll bar —> wide
Increase Indent :Tab
Reduce indent :Shift+Tab
Insert a line above the line where the cursor is located :CTRL+Enter
Insert a line below the line where the cursor is located :CTRL+Shift+Enter
Jump to definition :F12
Find all references :Shift+F12
lookup :CTRL+F
Replace :CTRL+H
forward / Backward search
- Use key combination “Ctrl+I”;
- Type text to search ( Move the cursor to the search term input box to start input );
- After typing the search text , You can use key combinations “Ctrl+I” And “Ctrl+Shift+I” Forward and backward search results , Search results will be highlighted .
- To end a search , Can press “ESC” Key or click the close button on the right side of the search box .
[ Add ] After selecting a word , Press key “Ctrl+F” You can also call up the search box , And the search results will also be highlighted .
Frame selection
Use key combination “Shift+Alt+ Direction key ( Or mouse )” To complete the box selection . Box selection allows you to select both lines and columns of code . This is very convenient for batch deletion of some codes .Navigate to beginning and end of line
A.home key : Navigate to the beginning of the current row ;
B.end key : Navigate to the end of the current row .Select from cursor to beginning of line ( tail ) Code between
A. Check the code from the beginning of the cursor to the beginning of the line : Use key combination “Shift + Home”;
B. Check the code from the beginning of the cursor to the end of the line : Use key combination “Shift + End”Call smart prompt
A. Method 1: Use key combination “Ctrl+J”;
B. Method 2: Use key combination “Alt+→”.Call parameter information prompt
For some functions with large function bodies , It's a bit of a hassle to easily confirm the usage of parameters within a function . In this case, you can place the cursor on the parameter name , Press the key combination again “Ctrl+Shif+ Space ”, Where the parameter is used is highlighted .Fast window switching
Use key combination “Ctrl+Tab”( It can be opened at this time IDE Navigation , Get an aerial view ).Quickly hide or show the current snippet
Use key combination “Ctrl+M,M”( remember : Press two times. M Oh ).Build solution
Use key combination “Ctrl+Shift+B”.Jump to a specified line
A. Method 1: Composite key “Ctrl+G”;
B. Method 2: Click the line number in the status barFull screen display / Exit full screen
Use key combination “ SHIFT + ALT + ENTER ”.toggle case
A. Turn lowercase : Use key combination “Ctrl+ U”;
B. Turn capitalization : Use key combination “CTRL + SHIFT + U”.
边栏推荐
- Overview of database schema in tidb
- 进程终止(你真的学会递归了吗?考验你的递归基础)
- Convolution neural network -- Application of CNN model (ore prospecting prediction)
- G1 and ZGC garbage collector
- When there are multiple El select, the selected value is filtered by El select, and the last selected value is filtered by the second El select
- Easyexcel: read Excel data into the list set
- HTAP Quick Start Guide
- View functions in tidb
- 论文阅读技巧
- 一线大厂面试官问:你真的懂电商订单开发吗?
猜你喜欢

Modeling competition - optical transport network modeling and value evaluation

Block level elements & inline elements

网关状态检测 echo request/reply

面试官:你天天用 Lombok,说说它什么原理?我竟然答不上来…

小米面试官:听你说精通注册中心,我们来聊 3 天 3 夜

Cloud-Native Database Systems at Alibaba: Opportunities and Challenges

面试官:用分库分表如何做到永不迁移数据和避免热点问题?

观测电机转速转矩

JVM object composition and storage

研究生数学建模竞赛-无人机在抢险救灾中的优化应用
随机推荐
View functions in tidb
Compatibility comparison between tidb and MySQL
TiDB 中的数据库模式概述
el-select多个时,el-select筛选选中过的值,第二个el-select中过滤上一个选中的值
[cultivation system] common regular expressions
Inter thread wait and wake-up mechanism, singleton mode, blocking queue, timer
The fourth question of the 299th weekly match 6103 Minimum fraction of edges removed from the tree
Scala advanced_ Member access modifier
extendible hashing
TiDB的事务概览
[QT notes] simple understanding of QT meta object system
Partial function of Scala
飞行器翼尖加速度和控制面的MPC控制
分数阶PID控制
TiDB 中的视图功能
HTAP Quick Start Guide
When there are multiple El select, the selected value is filtered by El select, and the last selected value is filtered by the second El select
乐观事务和悲观事务
EasyExcel:读取Excel数据到List集合中
Easyexcel: read Excel data into the list set