Visual Studio & Resharper Shortcut Key

Conrad
Conrad KU
Published in
2 min readFeb 24, 2023
Photo by mirza mustofa on Unsplash

前言

本篇文章會陸續新增自己有在用的快捷鍵,

🔖 文章索引

1. 多重游標選取
2. 新增檔案
3. 摺疊 ( .cshtml )
4. 像 VS Code 使用 Ctrl + D 選取下一個同名項目
5. 顯示最近編輯的文件
6. Search Everywhere/Go to Type
7. Go To File

多重游標選取

Visual Studio: Alt + Shift + 滑鼠左鍵

新增檔案

Resharper: Alt + Insert

不要用 滑鼠右鍵 > 加入 > 檢視(View) or 控制器(Controller) 會多出很多不必要的動作出來 ( 用 git 時就會發現了 )

建議用 滑鼠右鍵 > 加入 > 新增項目

摺疊 ( .cshtml )

Visual Studio: Ctrl + M M

像 VS Code 使用 Ctrl + D 選取下一個同名項目

Visual Studio: Shift + Alt + .

顯示最近編輯的文件

Resharper: Ctrl + E

Search Everywhere/Go to Type

Visual Studio: Ctrl + T

Resharper: Ctrl + N

Go To File

Visual Studio: Ctrl + Shift + T

Resharper: Ctrl + Shift + N

--

--

Conrad
Conrad KU

Remember, happiness is a choice, so choose to be happy.