2016年6月28日 星期二

Visual Studio省時間小撇步

看了這片6 Visual Studio Tips to Increase Your Productivity來摘要一下一些可以提升使用VS生產效率的方式

*productivity power tool
將無用行縮減25%
存檔時自動格式化(等同於使用ctrl+k, ctrl+d)


*snippet(自動產生程式碼區段,可以少打好多code!)
keyword, tab, tab
ctor: contstructor
prop
propfull
for/while/do/if/
更多請見MSDN

*切換tab(分頁)

ctrl+ F6
ctrl+ shift+ F6
ctrl+ tab
ctrl+ shift+ tab

*分頁相關

關閉所有開啟的分頁
alt + w, l

尋找專案中出現關鍵字的位置
ctrl + ,

將目前文件全螢幕(多螢幕不好用)
alt+ shift+ enter

*收合/展開 Block
ctrl+ n, ctrl+ n

*Book Mark

之後再回來改這邊
放/收mark: ctrl+ k, ctrl+ k
開啟book mark視窗:

*輸入變數/Function....的各字字首讓intelliSense去找
Ex: 要找 int howOldAreYou;

可以輸入hORY

*resharper(好像蠻強大的,但一年要300usd左右)

以下出自The Ultimate Visual Studio Tips and Tricks Blog by Zain Naboulsi

*跳至某行
ctrl+G

*跳至相對應的括號
ctrl+]

*刪除整行
Shift+delete


*不複製空白行
Tools -> Options -> Text Editor -> All Languages -> General取消"Apply Cut or Copy commands to blank lines when there is no selection"

沒有留言:

張貼留言