Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Implement "Add Open" code fix (#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 combinators remove 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 fixes
- Loading branch information