-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfigVisualStudio.txt
More file actions
39 lines (34 loc) · 1.17 KB
/
ConfigVisualStudio.txt
File metadata and controls
39 lines (34 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Environment
- Find and Replace
uncheck : Automatically limit search to selection
- Keyboard
Edit.GoToMember = Alt + 8 (like R#, or Alt+M like Visual Assist)
Edit.GoToSymbol = Shift + Alt + S (like Visual Assist, or Ctrl + T like R#)
Edit.SelectCurrentWord = None
File.Close = Ctrl + W
File.CloseAllButThis = Ctrl + Shift + W
Help.UnityAPIReference = Ctrl + 4 (like MonoDevelop)
Edit.GoToImplementation = Alt+End (=> like R#, go to overrides from interface)
Edit.GoToImplementation = Alt+G (=> like Visual Assist gotodef, go to overridden override method)
Edit.GoToDefinition = F12
Edit.LineDelete = Shift+Del
CodeWindow.QuickMonoBehaviours = Alt + Space
Window.SolutionExplorerSearch = Shift + Alt + O (like Visual Assist)
Project and Solutions
- General
uncheck : Always show error list
Text Editor
- General
uncheck : Enable mouse click to perform go to definition
- All Languages
Scroll Bars
Use map mode
Source overview off
Tools For Unity
General
Documentation : Use external browser = True
Put .vstemplate files here:
%userprofile%/Documents\Visual Studio 2017\Templates\ItemTemplates\Visual C#
Restart Visual Studio
Tools/Code Snippet Manager
Import