当前位置:网站首页>C language: shortcut keys commonly used in VS
C language: shortcut keys commonly used in VS
2022-06-13 09:11:00 【Caixinzhi】
Ctrl+S | Save a single project |
Ctrl+Shift+S | Save the entire project |
Ctrl+F | Find the project content |
Fn+F3 | Find the next one |
Fn+Shift+F3 | Find the last one |
Ctrl+K,Ctrl+C | Comment on the selection |
Ctrl+k,Ctrl+U | Cancel the comment |
Fn+F5 | Start debugging |
Ctrl+F5 | Start execution ( Don't debugging ) |
Shift+F5 | Stop debugging |
Fn+F9 | Enable / Close the breakpoint |
Ctrl+F9 | Stop breakpoint |
Ctrl+Shift+F9 | Delete all breakpoints |
Fn+F10 | Process by process execution |
Fn+F11 | Statement by statement execution |
Fn+Ctrl+F10 | Run to the cursor ( The breakpoint ) It's about |
Ctrl+G | Go to the specified line |
Ctrl+ Left and right arrow keys | You can move one word at a time |
Fn+Shift+End | Select to the end of the document |
Fn+Shift+Home | Select start at the end of the document |
Fn+Shift+PgUp | Select to the front of this page |
Fn+Shift+PgDn | Select to the end of this page |
Fn+PgUp | Go to the front of the document |
Fn+PgDn | The document goes to the end |
Fn+End | Skip to the end of the line |
Fn+Home | Jump to the front of the line |
边栏推荐
- Drill down to protobuf - Introduction
- Pytorch same structure different parameter name model loading weight
- Bash: kill: (74001) - operation not allowed
- 20211005 Hermite矩阵及几个性质
- Simulink如何添加模块到Library Browser
- 20220606 关于矩阵的Young不等式
- output. Interpretation of topk() function
- 20211104 为什么矩阵的迹等于特征值之和,为什么矩阵的行列式等于特征值之积
- 20211028 调节和跟踪
- Longadder of the source code of JUC atomic accumulator
猜你喜欢
The Jenkins console does not output custom shell execution logs
Simulink的Variant Model和Variant Subsystem用法
Message Oriented Middleware
Detailed explanation of C language callback function
消息中间件
Routing - static routing
线上调试工具Arthas基础
transforms. ColorJitter(0.3, 0, 0, 0)
How Simulink adds modules to the library browser
Figure introduction to database neo4j
随机推荐
20211108 is transpose multiply a a a positive definite matrix? What are the necessary and sufficient conditions for a to be a positive definite matrix?
20211104 why are the traces of similar matrices the same
Redis fuzzy query batch deletion
JUC Unsafe
C language 7-13 day K candle chart (15 points)
Visual studio tools using shortcut keys (continuous update)
图数据库Neo4j介绍
Jfinal and swagger integration
Pytorch same structure different parameter name model loading weight
How to become a white hat hacker? I suggest you start from these stages
20211028 调节和跟踪
Yolov5 model evaluation
Exporting MySQL data table documents using Navicat
Three indexes reflecting system reliability in performance test: MTTF, MTTR and MTBF
【网络安全渗透】如果你还不懂CSRF?这一篇让你彻底掌握
Yolov5 face video stream
20211004 矩阵的子空间
20211028 Stabilizability
Routing - static routing
15. copy constructor