|
1 | 1 | {
|
2 | 2 | "properties": {
|
3 | 3 | // CompletionOptionsStorage.TriggerOnTypingLetters
|
4 |
| - "textEditor.visualBasic.intellisense.triggerCompletionOnTypingLetters": { |
| 4 | + "textEditor.basic.intellisense.triggerCompletionOnTypingLetters": { |
5 | 5 | "title": "@Show_completion_list_after_a_character_is_typed;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
|
6 | 6 | "type": "boolean",
|
7 | 7 | "default": true,
|
|
16 | 16 | }
|
17 | 17 | },
|
18 | 18 | // CompletionOptionsStorage.TriggerOnDeletion
|
19 |
| - "textEditor.visualBasic.intellisense.triggerCompletionOnDeletion": { |
20 |
| - "title": "@Show_completion_list_after_a_character_is_deleted;..\\Microsoft.VisualStudio.LanguageServices.CSharp.dll", |
| 19 | + "textEditor.basic.intellisense.triggerCompletionOnDeletion": { |
| 20 | + "title": "@Show_completion_list_after_a_character_is_deleted;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll", |
21 | 21 | "type": "boolean",
|
22 | 22 | "default": true,
|
23 | 23 | "order": 1,
|
|
31 | 31 | }
|
32 | 32 | },
|
33 | 33 | // CompletionViewOptionsStorage.HighlightMatchingPortionsOfCompletionListItems
|
34 |
| - "textEditor.visualBasic.intellisense.highlightMatchingPortionsOfCompletionListItems": { |
| 34 | + "textEditor.basic.intellisense.highlightMatchingPortionsOfCompletionListItems": { |
35 | 35 | "title": "@Highlight_matching_portions_of_completion_list_items;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
|
36 | 36 | "type": "boolean",
|
37 | 37 | "default": true,
|
|
46 | 46 | }
|
47 | 47 | },
|
48 | 48 | // CompletionViewOptionsStorage.ShowCompletionItemFilters
|
49 |
| - "textEditor.visualBasic.intellisense.showCompletionItemFilters": { |
| 49 | + "textEditor.basic.intellisense.showCompletionItemFilters": { |
50 | 50 | "title": "@Show_completion_item_filters;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
|
51 | 51 | "type": "boolean",
|
52 | 52 | "default": true,
|
|
61 | 61 | }
|
62 | 62 | },
|
63 | 63 | // CompletionOptionsStorage.SnippetsBehavior
|
64 |
| - "textEditor.visualBasic.intellisense.snippetsBehavior": { |
| 64 | + "textEditor.basic.intellisense.snippetsBehavior": { |
65 | 65 | "title": "@Snippets_behavior;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
|
66 | 66 | "type": "string",
|
67 | 67 | "enum": [ "neverInclude", "alwaysInclude", "includeAfterTypingIdentifierQuestionTab" ],
|
68 |
| - "enumItemLabels": [ "@Never_include_snippets;{13c3bbb4-f18f-4111-9f54-a0fb010d9194}", "@Always_include_snippets;{13c3bbb4-f18f-4111-9f54-a0fb010d9194}", "@Include_snippets_when_Tab_is_typed_after_an_identifier;{13c3bbb4-f18f-4111-9f54-a0fb010d9194}" ], |
| 68 | + "enumItemLabels": [ "@Never_include_snippets;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll", "@Always_include_snippets;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll", "@Include_snippets_when_Tab_is_typed_after_an_identifier;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll" ], |
69 | 69 | "default": "includeAfterTypingIdentifierQuestionTab",
|
70 | 70 | "order": 30,
|
71 | 71 | "migration": {
|
|
100 | 100 | }
|
101 | 101 | },
|
102 | 102 | // CompletionOptionsStorage.EnterKeyBehavior
|
103 |
| - "textEditor.visualBasic.intellisense.returnKeyCompletionBehavior": { |
| 103 | + "textEditor.basic.intellisense.returnKeyCompletionBehavior": { |
104 | 104 | "title": "@Enter_key_behavior_colon;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
|
105 | 105 | "type": "string",
|
106 | 106 | "enum": [ "never", "afterFullyTypedWord", "always" ],
|
|
139 | 139 | }
|
140 | 140 | },
|
141 | 141 | // CompletionOptionsStorage.ShowItemsFromUnimportedNamespaces
|
142 |
| - "textEditor.visualBasic.intellisense.showCompletionItemsFromUnimportedNamespaces": { |
| 142 | + "textEditor.basic.intellisense.showCompletionItemsFromUnimportedNamespaces": { |
143 | 143 | "title": "@Show_items_from_unimported_namespaces;..\\Microsoft.VisualStudio.LanguageServices.VisualBasic.dll",
|
144 | 144 | "type": "boolean",
|
145 | 145 | "default": true,
|
|
154 | 154 | }
|
155 | 155 | },
|
156 | 156 | // CompletionViewOptionsStorage.EnableArgumentCompletionSnippets
|
157 |
| - "textEditor.visualBasic.intellisense.enableArgumentCompletionSnippets": { |
| 157 | + "textEditor.basic.intellisense.enableArgumentCompletionSnippets": { |
158 | 158 | "title": "@Tab_twice_to_insert_arguments;..\\Microsoft.VisualStudio.LanguageServices.dll",
|
159 | 159 | "type": "boolean",
|
160 | 160 | "default": false,
|
|
170 | 170 | }
|
171 | 171 | },
|
172 | 172 | "categories": {
|
173 |
| - "textEditor.visualBasic":{ |
| 173 | + "textEditor.basic":{ |
174 | 174 | "title": "Visual Basic"
|
175 | 175 | },
|
176 |
| - "textEditor.visualBasic.intellisense": { |
| 176 | + "textEditor.basic.intellisense": { |
177 | 177 | "title": "@112;{574fc912-f74f-4b4e-92c3-f695c208a2bb}",
|
178 | 178 | "legacyOptionPageId": "EDE66829-7A36-4c5d-8E20-9290195DCF80"
|
179 | 179 | }
|
|
0 commit comments