dotnet/roslyn

EditorConfig UI shouldn't include roaming-only code-style options

Open

#61,860 创建于 2022年6月13日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)C# (4,257 fork)batch import
Area-IDEFeature - Editor Config UIhelp wanted

仓库指标

Star
 (20,414 star)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

All code-style options in EditorConfig UI should have editorconfig storage location. For example, the following shouldn't exist:

https://github.com/dotnet/roslyn/blob/eee6b3c9180c77f4d58be0b2f8cafd2204297d10/src/VisualStudio/Core/Def/EditorConfigSettings/DataProvider/CodeStyle/CommonCodeStyleSettingsProvider.cs#L135-L138

We need a way to ensure this doesn't happen again. So the fix isn't simply to delete the above line. We also want to ensure that all the options are up to date.

贡献者指南