-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathchangelog.txt
More file actions
172 lines (124 loc) · 3.77 KB
/
changelog.txt
File metadata and controls
172 lines (124 loc) · 3.77 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
1.9.2
+ VS 17.9 support
1.9.1
+ VS 17.2 support
1.9
+ VS2022 support
1.8
+ Fix error on VS 16.9
1.7
+ Fix error on VS 16.6
+ Remove support for unimported types and extension methods, as available in VS itself
+ Performance improvements
1.6.1
+ Fix crash on 16.4 Preview 2+
+ Types completion is disabled by default
1.6
+ Support 16.1+ only
+ Support property readonly initializer and expression bodies for creation completions
+ Minor performance improvements
1.5
+ Use inline description for 16.1+
+ Remove option for alphabetical order, as not suitable with VS2019
1.4.1
+ Split into separate versions for VS2017 and VS2019
1.4
+ Fix automatically committed items
+ Add options to disable unimported suggestions (not needed for VS16.1P3+)
1.3.1
+ Do not suggest non-accessible extension methods
1.3
+ Do not suggest anything if unnamed argument goes after named one
+ Add option to disable automatic IntelliSense invoking
+ Basic support for internal types
+ Fix missing suggestions if solution just loaded
+ Minor performance improvements
1.2.2
+ Support '?.' operator
+ Local suggestions improvements
1.2.1
+ Disable suggestions for Razor cshtml files
1.2
+ Fix wrong handling of usings inside namespace
+ Take static usings and aliases into account
+ Fix displaying description for added items
+ Fix suggesting ref/out parameters
+ Minor fixes
1.1
+ Type suggestions improvements
1.0
+ Infer type from binary expressions
+ Suggest 'this' if applicable
+ Minor fixes for new object suggestions
+ Fix nested types sorting
0.9.4
+ Fix loading for created solution
+ Minor performance improvements
+ VS2019 support
0.9.3
+ Fix crash trying to edit file when no solution loaded
0.9.2
+ Fix hang during attributes editing
+ Use background load
0.9.1
+ Fix crash on some VS installations
0.9
+ Do not suggest types in global namespace
+ Fix crash with indexed properties
+ Don't suggest auto properties backing fields
+ Don't suggest self during assignment
+ Don't trigger IntelliSense in attribute constructor
+ Disable completions in Watch window while debugging
+ Fix inferring type for async methods
0.8
+ Performance improvements
+ Suggest deconstructed variables
+ Infer tuple elements type
+ Suggest suitable enum type
+ Fix minor bug with namespace import
+ Fix extension methods not suggested if IntelliSense invoked with text present
+ Do not suggest new enum
0.7
+ Namespace import is now added at sorted place
+ Suggest static properties during assignment or passing as parameter (e.g. DateTime.Now)
+ Suggest suitable as arguments local variables and members first
+ Fix rare null argument crash
+ Make parenthesis optional for 'new' suggestions
+ Minor fixes
0.6.1
+ Fix suggestions provided for generic classes when type parameters are not satisfied
+ Fix crash on certain VS configurations
0.6
+ Fix issue when using was not added after commit
+ Show suggestions for types during object creation
+ Show suggestions for static factory methods
0.5.1
+ Small performance optimizations
0.5
+ Show '<>' for generic types and methods
+ Show namespace for unimported suggestions
+ Add option to filter out Obsolete symbols
+ Fix extension methods suggested when type is accessed
0.4
New features:
+ Add option to add completions after imported ones
+ Add option to disable type suggestions
+ Add option to disable extension method suggestions
Bug fixes:
+ Show different icons for different type kinds
0.3.1
Bug fixes:
+ Fix crash when unexpected symbol accessed
0.3
New features:
+ Show suggestions for unimported extension methods
Bug fixes:
+ Fix all types suggested where only attributes are applicable
+ Fix rare duplicate items
0.2
Bug fixes:
+ Fix scrolling position change on adding using
+ Fix minor sorting bug
0.1
New features:
+ Add completions for all available types, not only imported ones