forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commitd11d86c
Implement interface code fix (dotnet#2112)
* Create InterfaceStubGenerator service* Add a prototype of ImplementInterface code fix* Fix indentation calculation* Support both interface declarations and object expressions* Handle already implemented members* Localize lightbulb text* Rename labels1 parent674ee40 commitd11d86c
File tree
8 files changed
+1237
-34
lines changed- src/fsharp
- FSharp.LanguageService.Compiler
- vs
- vsintegration/src/FSharp.Editor
- CodeFix
- Common
8 files changed
+1237
-34
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
562 | 565 | | |
563 | 566 | | |
564 | 567 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments
Comments
(0)