Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/VisualStudio/CSharp/Impl/CSharpPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ namespace Microsoft.VisualStudio.LanguageServices.CSharp.LanguageService;
// Spacing
// Wrapping
// Naming
// IntelliSense

[ProvideLanguageEditorOptionPage(typeof(Options.AdvancedOptionPage), "CSharp", null, "Advanced", pageNameResourceId: "#102", keywordListResourceId: 306)]
[ProvideLanguageEditorToolsOptionCategory("CSharp", "Code Style", "#114")]
Expand All @@ -51,7 +50,6 @@ namespace Microsoft.VisualStudio.LanguageServices.CSharp.LanguageService;
[ProvideLanguageEditorOptionPage(typeof(Options.Formatting.FormattingNewLinesPage), "CSharp", @"Code Style\Formatting", "NewLines", pageNameResourceId: "#111", keywordListResourceId: 309)]
[ProvideLanguageEditorOptionPage(typeof(Options.Formatting.FormattingSpacingPage), "CSharp", @"Code Style\Formatting", "Spacing", pageNameResourceId: "#112", keywordListResourceId: 310)]
[ProvideLanguageEditorOptionPage(typeof(Options.NamingStylesOptionPage), "CSharp", @"Code Style", "Naming", pageNameResourceId: "#115", keywordListResourceId: 314)]
[ProvideLanguageEditorOptionPage(typeof(Options.IntelliSenseOptionPage), "CSharp", null, "IntelliSense", pageNameResourceId: "#103", keywordListResourceId: 312)]
[ProvideSettingsManifest(PackageRelativeManifestFile = @"UnifiedSettings\csharpSettings.registration.json")]
[ProvideService(typeof(ICSharpTempPECompilerService), IsAsyncQueryable = false, IsCacheable = true, IsFreeThreaded = true, ServiceName = "C# TempPE Compiler Service")]
[Guid(Guids.CSharpPackageIdString)]
Expand Down
18 changes: 0 additions & 18 deletions src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPage.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 1 addition & 7 deletions src/VisualStudio/CSharp/Impl/PackageRegistration.pkgdef
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,6 @@
"Page"="{eae577a7-acb9-40f5-a7b1-d2878c3c7d6f}"
"Keywords"="#313"

[$RootKey$\Languages\Language Services\CSharp\EditorToolsOptions\IntelliSense]
@="#103"
"Package"="{13c3bbb4-f18f-4111-9f54-a0fb010d9194}"
"Page"="{ede66829-7a36-4c5d-8e20-9290195dcf80}"
"Keywords"="#312"

[$RootKey$\Languages\Language Services\CSharp\EditorToolsOptions\Code Style\Formatting]
@="#107"
"Package"="{13c3bbb4-f18f-4111-9f54-a0fb010d9194}"
Expand Down Expand Up @@ -200,4 +194,4 @@
[$RootKey$\SettingsManifests\{13c3bbb4-f18f-4111-9f54-a0fb010d9194}]
@="Microsoft.VisualStudio.LanguageServices.CSharp.LanguageService.CSharpPackage"
"ManifestPath"="$PackageFolder$\UnifiedSettings\csharpSettings.registration.json"
"CacheTag"=qword:8AD12F34C038CB4D
"CacheTag"=qword:E022D0014F819ADD
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@
"title": "@101;{13c3bbb4-f18f-4111-9f54-a0fb010d9194}"
},
"languages.csharp.intellisense": {
"title": "@103;{13c3bbb4-f18f-4111-9f54-a0fb010d9194}",
"legacyOptionPageId": "EDE66829-7A36-4c5d-8E20-9290195DCF80"
"title": "@103;{13c3bbb4-f18f-4111-9f54-a0fb010d9194}"
}
}
}
20 changes: 0 additions & 20 deletions src/VisualStudio/CSharp/Impl/VSPackage.resx
Original file line number Diff line number Diff line change
Expand Up @@ -283,26 +283,6 @@ Insert space before and after binary operators;</value>
<value>Change formatting options for wrapping;leave block on single line;leave statements and member declarations on the same line</value>
<comment>C# Formatting &gt; Wrapping options page keywords</comment>
</data>
<data name="312" xml:space="preserve">
<value>Change completion list settings;Pre-select most recently used member; Completion Lists;
Show completion list after a character is typed;
Show completion list after a character is deleted;
Automatically show completion list in argument lists (experimental);
Highlight matching portions of completion list items;
Show completion item filters;
Automatically complete statement on semicolon;
Snippets behavior;
Never include snippets;
Always include snippets;
Include snippets when ?-Tab is typed after an identifier;
Enter key behavior;
Never add new line on enter;
Only add new line on enter after end of fully typed word;
Always add new line on enter;
Show name suggestions;
Show items from unimported namespaces (experimental);</value>
<comment>C# IntelliSense options page keywords</comment>
</data>
<data name="107" xml:space="preserve">
<value>Formatting</value>
<comment>"Formatting" category node under Tools &gt; Options, Text Editor, C#, Code Style (no corresponding keywords)</comment>
Expand Down
Loading
Loading