forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commitd9077c7
Do not suggest already opened namespaces and modules in "Add Open" code fix (dotnet#2515)
* do not suggest already opened namespaces and modules in "Add Open" code fix* check if we can obtain symbol via GetSymbolAtLocation* Revert "do not suggest already opened namespaces and modules in "Add Open" code fix"This reverts commita085f39.Conflicts:vsintegration/src/FSharp.Editor/CodeFix/AddOpenCodeFixProvider.fs1 parent38eb9bb commitd9077c7
File tree
2 files changed
+23
-11
lines changed- vsintegration/src/FSharp.Editor
- CodeFix
- Navigation
2 files changed
+23
-11
lines changedLines changed: 22 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
| 149 | + | |
149 | 150 | | |
150 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
151 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
152 | 164 | | |
153 | 165 | | |
154 | 166 | | |
| |||
163 | 175 | | |
164 | 176 | | |
165 | 177 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
174 | 186 | | |
175 | 187 | | |
176 | 188 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments
Comments
(0)