- Unreal Engine 4 Scripting with C++ Cookbook
- William Sherif Stephen Whittle
- 129字
- 2021-07-08 10:50:44
Extended mouse usage in Visual Studio
The mouse is a pretty handy tool for selecting text. In this section, we'll highlight how to use the mouse in an advanced way for quick edits to your code's text.
How to do it...
- Hold down the Ctrl key while clicking to select an entire word.
- Hold down the Alt key to select a box of text (Alt + Left Click + Drag).
You can then either cut, copy, or overwrite the box-shaped text area.
How it works...
Mouse clicking alone can be tedious, but with the help of Ctrl + Alt, it becomes quite cool. Try Alt + Left Click + Drag for selecting a row of text, then typing as well. The characters you type will be repeated in rows.
推薦閱讀
- Spring 5企業級開發實戰
- Java系統分析與架構設計
- Visual Basic 6.0程序設計計算機組裝與維修
- Developing Mobile Web ArcGIS Applications
- Python語言程序設計
- Network Automation Cookbook
- 單片機應用技術
- 數據結構(C語言)
- Oracle Database 12c Security Cookbook
- GameMaker Programming By Example
- D3.js By Example
- Hands-On Nuxt.js Web Development
- Raspberry Pi Robotic Projects(Third Edition)
- Angular應用程序開發指南
- ASP.NET開發寶典