- 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.
推薦閱讀
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- Objective-C應(yīng)用開發(fā)全程實(shí)錄
- JIRA 7 Administration Cookbook(Second Edition)
- 游戲程序設(shè)計(jì)教程
- Flux Architecture
- C#程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- Mastering JBoss Enterprise Application Platform 7
- Node.js Design Patterns
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- INSTANT Yii 1.1 Application Development Starter
- Spring Security Essentials
- Mastering VMware Horizon 7(Second Edition)
- 實(shí)驗(yàn)編程:PsychoPy從入門到精通
- Go Systems Programming