-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS: Use VSSDK Pattern Matcher #4116
Comments
What does this thing do exactly?
|
@forki it's used in Go to All feature to search symbols. I doubt anybody uses it though. |
Also @forki earlier this year, @vasily-kirichenko ported it over (and some of its source-based dependencies) from Roslyn, because the Roslyn version was inaccessible with no plans to open it up. Since then, the editor team has forked the code, put it into the editor layer, and are exposing it for consumers starting with 15.6. Since they'll be maintaining this for all users of the assembly it'll be in, we should use that one moving forward. |
Done in #14746. |
Starting with 15.6, the VS editor is going to have the Pattern Matcher available as an API. MyGet feed here.
This will allow us to remove our internal copy of Roslyn's version from a while ago, and will allow us to remove the dependency on FSharp.LanguageService.Base that FSharp.Editor has.
The text was updated successfully, but these errors were encountered: