Commit e260ded
authored
Rename options to editorconfig like name (#66899)
* Change block structure options to editorconfig-like name
* Move brace completion/classification/prefer hashcode/color scheme to new name
* Move completion options to new names
* Move provide date and time completion to new name
* Move diagnostic options to new names
* Move documentation and documentOutline to new name
* Move editor component options to new name
* Move extract method option to new name
* Move fading options to new name
* Move database storage to new name
* Move find usage options to new name
* Move formatting options to new name
* Move generate code option to new name
* Move implement type options to new name
* Move all the inline hints options to new name
* Move inline rename options to new name
* Move Json features option to new name
* Move key binding reset options to new name
* Move logger option and lsp options to new name
* Move quick info options to new name
* Move regular expression options to new name:
* Move solution crawler options to new name
* Move spilit comment/string options to new name
* Move stacktrace explorer to new name
* Move suggestion option async to new name
* Move symbol search option to new name
* Move task list options to new name
* Move format string option to new name
* Move workspace configuration to new name
* Move xaml options to new name
* Move internal diagnostics options to new name
* Move internal feature on off options to new name
* Move solution crawler options to new name
* Move service feature on off options to new name
* Fix the wrongly upcase OOP
* Change csharp_split_string_literal_options_enabled to csharp_split_string_literal_on_return
* Rename Inline hints view options
* Rename diagnostic tagging options
* Change FormattingOptonsMetadata
* Rename block structure options
* Rename format on close brace
* Rename classsify
* Rename prefer hashcode
* Rename color scheme
* Rename completion options
* Revisit block structure options
* Rename date and time completion, pull diagnostic, comment generation, document outline
* Rename format, constructor generation, hashcode and equals generation, implement type options
* Rename inline hints options
* Rename rename options
* Rename diagnostics options
* Rename InternalFeatureOnOff options'
* Rename Json options
* Rename keybidingResetOptions
* Rename logger options
* Rename lsp options
* Rename navigator bar and regex options
* Rename show signature, naming, solution crawler split comment, stacktrace explorer, suggestions, symbol search, and suugested types options
* Rename task list item, wrap line length, and report invalid string dot format calls options
* Rename workspace and xaml options
* rename hide in advanced members
* Rename semantic_colorizer and syntactic colorizer
* Fully qualified lsp
* Fully qualified lsp in xaml options
* Unify the enable word
* Unify the disable word
* Remove 'all' from display_inline_hints_while_pressing_alt_f1
* Rename dotnet_inline_hints_colorize to dotnet_colorize_inline_hints
* Rename dotnet_tagging_pull_diagnostic to dotnet_pull_diagnostic_tagging
* Change extracting to extract in dotnet_allow_best_effort_when_extracting_method
* Rename dotnet_select_all_when_generate_overrides
* Rename dotnet_generate_equals_and_get_hash_code_from_members_when_generate_operators
* Rename dotnet_generate_equals_and_get_hash_code_from_members_when_implement_iequatable
* Rename dotnet_add_null_checks_when_generate_constructor_from_members
* Remove the duplicate AddNullChecksToConstructorsGeneratedFromMembers
* Rename dotnet_enable_oop_64_bit
* Rename dotnet_enable_oop_server_gc
* Rename dotnet_enable_oop_core_clr
* Rename dotnet_split_comment
* Rename dotnet_completion_enter_key_behavior
* Rename dotnet_don't_put_out_or_ref_on_struct_when_extract_method
* Rename dotnet_insertion_behavior_when_implement_type
* Rename dotnet_property_generation_behavior_when_implement_type
* Rename dotnet_suggest_for_types_in_reference_assemblies
* Rename SymbolSearchOptions
* Rename intellicode options
* Rename FindUsagesOptions
* Rename xaml options
* Rename dotnet_visual_studio_workspace_partial_load_mode
* Rename dotnet_code_style_prefer_system_hash_code
* Rename dotnet_smart_indent
* Fix the missing xaml options
* Change to dotent for csharp_show_new_snippet_experience_feature_flag, csharp_show_new_snippet_experience, csharp_disable_unnamed_symbol_completion, csharp_normal_diagnostic_mode, csharp_event_hook_up, visual_basic_format_on_save, csharp_enable_snippets, csharp_open_stack_trace_explorer_on_focus, visual_basic_visual_studio_navigation_options_navigate_to_object_browser and csharp_lsp_pull_diagnostics
* Rename SplitStringLiteralOptions
* Rename InlineHintsViewOptions
* Rename DiagnosticsTaggingOptions
* Rename InlineDiagnosticsOptions
* Rename FormattingOptions
* Rename InlineRenameUIOptionsStorage
* Rename CompletionViewOptions
* Rename RemoteHostOptions
* Rename SplitCommentOptions
* Rename SuggestionsOptions
* Rename InternalDiagnosticsOptions
* Rename LspOptions
* Rename DocumentOutlineOptions
* Rename ColorSchemeOptions
* Rename KeybindingResetOptions
* Rename LoggerOptions
* Rename StackTraceExplorer options
* Rename SymbolSearchGlobalOptions
* Rename VisualStudioLoggingOptionsMetadata
* VisualStudioNavigationOptions
* Rename FadingOptions
* Revert "Rename FadingOptions"
This reverts commit 09fb3ce.
* Move BranceMatcingOptions to seperate file
* Move DiagnosticsClassificationOptions to seperate file
* Move SemanticsColorizer to seperate file
* Move AutomaticLineEnder and SyntacticColorizer options to seperate files
* Move smart indenter options to seperate file
* Move dotnet_squiggles to seperate file
* Move FormatOnSave to seperate file
* Move RenameTracking options to seperate file
* Move EventHookup to seperate file
* Move snippets options to seperate file
* Move VirtualMemoryNotificationListener options to seperate file and remove InternalFeatureOnOffOptions
* Fix the namespace of SmartIndent
* Correct the namespace
* Add enable in rename tracking
* Remove the features in implement type options
* Rename to lsp
* Rename dotnet_navigate_to_object_browser
* Rename dotnet_automatic_line_ender
* Add enable to brace matching
* Add enable to classification and squiggles
* Add enable to event hookup
* Add enable to smart indenter
* Add enable to async sugguestions
* Remove under_cursor suffix
* Add visual studio prefix to Color scheme
* Add visual_studio to keybinding reset options
* Add visual_studio prefix in logger options storage
* Add visual_studio prefix to SymbolSearchGlobalOptionStorage
* Add visual_studio prefix to VisualStudioLoggingOptionsStorage
* Add visual_studio prefix to navigate to object browser
* Remove dotnet in color scheme
* Replace visual_studio_dotnet to visual_studio1 parent 22bdff5 commit e260ded
File tree
155 files changed
+659
-578
lines changed- src
- EditorFeatures
- CSharpTest
- InlineDiagnostics
- Squiggles
- SuggestionTags
- CSharp
- EventHookup
- SplitStringLiteral
- Core.Cocoa
- Options
- Snippets
- Core.Wpf
- InlineDiagnostics
- InlineHints
- InlineRename/UI
- Adornment
- Suggestions
- Core
- AutomaticCompletion
- BraceMatching
- Classification
- Semantic
- Syntactic
- Diagnostics
- EventHookup
- ExternalAccess
- UnitTesting/Api
- VSTypeScript/Api
- ExtractMethod
- Formatting
- InlineDiagnostics
- InlineHints
- InlineRename
- IntelliSense
- AsyncCompletion
- QuickInfo
- LanguageServer
- Options
- Remote
- RenameTracking
- SmartIndent
- Snippets
- SplitComment
- Suggestions
- DiagnosticsTestUtilities/SplitComments
- Test2
- IntelliSense
- Rename
- Test/Diagnostics
- VisualBasicTest
- Formatting/Indentation
- GenerateConstructorFromMembers
- VisualBasic/LineCommit
- Features
- Core/Portable/SolutionCrawler
- LanguageServer
- ProtocolUnitTests
- Completion
- Diagnostics
- Protocol
- ExternalAccess/VSCode/API
- Features
- Options
- TaskList
- Handler
- Completion
- Diagnostics
- Tools/ExternalAccess
- FSharp
- Internal/Editor
- Razor
- VisualStudio
- CSharp/Impl/Options
- AutomationObject
- Formatting
- Core
- Def
- ColorSchemes
- DocumentOutline
- ExternalAccess/Pythia
- FindReferences
- Implementation
- ColorSchemes
- KeybindingReset
- LanguageService
- Log
- Options
- Packaging
- Remote
- Snippets
- StackTraceExplorer
- SymbolSearch
- Telemetry
- Workspace
- Test
- Completion
- Snippets
- IntegrationTest
- New.IntegrationTests
- CSharp
- InProcess
- VisualBasic
- TestUtilities
- InProcess
- VisualBasic/Impl/Options
- AutomationObject
- VisualStudioDiagnosticsToolWindow/OptionPages
- Workspaces
- CoreTest/Options
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
155 files changed
+659
-578
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
290 | 291 | | |
291 | 292 | | |
292 | 293 | | |
293 | | - | |
| 294 | + | |
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments