Skip to content
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

Support FAR in cohosting #11238

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

davidwengier
Copy link
Contributor

Fixes #11237
Needs dotnet/roslyn#76002 and a version bump

Very simple one, though I was a little cheeky. There is basically no code that could be shared, except for code that removes __o and k_BackingField from the results, but those methods operate on VS LSP types. Given cohosting largely uses Roslyn LSP types, and will be exclusively FUSE, and FUSE doesn't have __o, I just skipped that bit. Confirmed in VS that having cohosting and FUSE on makes for nice looking results with no generated code artifacts.

Side note: I don't think anything will ever have k_BackingField in the results, but there is zero test coverage so who knows! 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port Find All References to cohosting
1 participant