Chapter2 Visual Studio-Note for BEGINNING C# 7 Programming with Visual Stud
阿新 • • 發佈:2018-12-01
visual studio 重新設定開發環境
- 工具->獲取工具和功能(T)…
- 獲取工具和功能(語言包中包括中文簡體、英文等)
reset the settings to Visual C#,Visual C++,Web development…
-
工具->匯入匯出設定
-
匯入匯出設定->重置所有設定
-
重置所有設定->選擇一個預設設定集合(
常用檢視視窗
視窗 | 路徑 | 快捷鍵 |
---|---|---|
屬性視窗 | 檢視➪屬性視窗 | Ctrl+W, P |
錯誤列表 | 檢視➪錯誤列表 | Ctrl+W,E |
錯誤列表
雙擊錯誤列表的錯誤項,遊標會自動跳轉到錯誤所在的原始碼位置,如果原始碼檔案沒有開啟則會開啟原始碼檔案並顯示。
原始碼行號
工具➪選項➪文字編輯器➪所有語言➪行號(L)
快捷鍵
描述 | 快捷鍵 |
---|---|
Ctrl+K+C | 批量註釋 |
Ctrl+K+U | 取消批量註釋 |
附錄
術語
- WPF: Windows Presentation Foundation
- XAML: Xtensible Application Markup Language, which is the language used to defne user interfaces in WPF applications