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

ITextBufferExtensions.GetFeatureOnOffOption does not get per-document options. #17342

Closed
jmarolf opened this issue Feb 24, 2017 · 0 comments · Fixed by #17347
Closed

ITextBufferExtensions.GetFeatureOnOffOption does not get per-document options. #17342

jmarolf opened this issue Feb 24, 2017 · 0 comments · Fixed by #17347
Labels

Comments

@jmarolf
Copy link
Contributor

jmarolf commented Feb 24, 2017

ITextBufferExtensions.GetFeatureOnOffOption does not get per-document options. it only gets the workspace ones. This means that anything that calls this to see if an option is set will not correctly react to editor config (such as OrganizeDocumentCommandHandler for sort usings).

jmarolf added a commit that referenced this issue Feb 24, 2017
…option

Pass per-document options when organizing imports or usings
fixes #17342
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants