-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add a notice to Tools|Options pages where setting may be overridden by .editorconfig #36103
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
Conversation
| </data> | ||
| <data name="Code_style_header_use_editor_config" xml:space="preserve"> | ||
| <value>The settings configured here only apply to your machine. To configure these settings to travel with your solution, use .editorconfig files.</value> | ||
| <value>Your .editorconfig file might override the local settings configured on this page which only apply to your machine. To configure these settings to travel with your solution use EditorConfig files. More info</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 I don't like this text, but it should not block this pull request. Create an issue to review the wording and create a meeting with at least you, me, and Kendra to review it.
src/VisualStudio/CSharp/Impl/Options/Formatting/FormattingOptionPageControl.xaml.cs
Show resolved
Hide resolved
src/VisualStudio/Core/Impl/Options/CodeStyleNoticeTextBlock.xaml.cs
Outdated
Show resolved
Hide resolved
src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/NamingStyleOptionPageControl.xaml
Outdated
Show resolved
Hide resolved
| <TextBlock Text="{x:Static local:GridOptionPreviewControl.CodeStylePageHeaderLearnMoreText}"/> | ||
| </Hyperlink> | ||
| </TextBlock> | ||
| <options:CodeStyleNoticeTextBlock Grid.Row="0" Margin="5 0 5 0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Interesting, never though about the commas being optional, but now that I see it, it makes sense because shapes leave out the commas.
JoeRobich
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fixes #19030
Adds text to the following pages:
VB and C# Code Style | General

VB and C# Code Style | Naming

C# Code Style | Formatting | General

C# Code Style | Formatting | Indentation (and New Lines, Spacing, and Wrapping)
