- 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.
推薦閱讀
- Kali Linux Web Penetration Testing Cookbook
- Android項目開發入門教程
- The Modern C++ Challenge
- PhpStorm Cookbook
- C語言程序設計同步訓練與上機指導(第三版)
- Hands-On Automation Testing with Java for Beginners
- Node.js全程實例
- Getting Started with Laravel 4
- Nginx Lua開發實戰
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- Building Serverless Web Applications
- Windows Phone 8 Game Development
- 面向對象程序設計及C++(第3版)
- Java Web開發基礎與案例教程
- 走近SDN/NFV