forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit5412d30
[WIP] Implement "Add Open" code fix (dotnet#2067)
* port lexer symbol lookup logic from VFPT and use it in DocumentHighlightsService* QuickInfoProvider uses lexer symbol* remove tryClassifyAtPosition* do not show quick info if FCS return a list of single FSharpTooltipElement.None* use standard Option combinatorsremove Pervasive.fs* AddOpenCodeFixProvider WIP* wip* do not use new functions from Option module introduced in F# 4.1* it works* cosmetics* filter out duplicated open namespace code fixes1 parent95ea82e commit5412d30
File tree
6 files changed
+1610
-1
lines changed- src/fsharp
- FSharp.LanguageService.Compiler
- vs
- vsintegration/src/FSharp.Editor
- CodeFix
- Common
6 files changed
+1610
-1
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
542 | 545 | | |
543 | 546 | | |
544 | 547 | | |
| |||
0 commit comments
Comments
(0)