| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.featuresArr = void 0;
- exports.featuresArr = [
- {
- label: 'accessibilityHelp',
- entry: 'vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp'
- },
- {
- label: 'anchorSelect',
- entry: 'vs/editor/contrib/anchorSelect/anchorSelect'
- },
- {
- label: 'bracketMatching',
- entry: 'vs/editor/contrib/bracketMatching/bracketMatching'
- },
- {
- label: 'caretOperations',
- entry: 'vs/editor/contrib/caretOperations/caretOperations'
- },
- {
- label: 'clipboard',
- entry: 'vs/editor/contrib/clipboard/clipboard'
- },
- {
- label: 'codeAction',
- entry: 'vs/editor/contrib/codeAction/codeActionContributions'
- },
- {
- label: 'codelens',
- entry: 'vs/editor/contrib/codelens/codelensController'
- },
- {
- label: 'colorPicker',
- entry: 'vs/editor/contrib/colorPicker/colorContributions'
- },
- {
- label: 'comment',
- entry: 'vs/editor/contrib/comment/comment'
- },
- {
- label: 'contextmenu',
- entry: 'vs/editor/contrib/contextmenu/contextmenu'
- },
- {
- label: 'coreCommands',
- entry: 'vs/editor/browser/controller/coreCommands'
- },
- {
- label: 'cursorUndo',
- entry: 'vs/editor/contrib/cursorUndo/cursorUndo'
- },
- {
- label: 'dnd',
- entry: 'vs/editor/contrib/dnd/dnd'
- },
- {
- label: 'documentSymbols',
- entry: 'vs/editor/contrib/documentSymbols/documentSymbols'
- },
- {
- label: 'find',
- entry: 'vs/editor/contrib/find/findController'
- },
- {
- label: 'folding',
- entry: 'vs/editor/contrib/folding/folding'
- },
- {
- label: 'fontZoom',
- entry: 'vs/editor/contrib/fontZoom/fontZoom'
- },
- {
- label: 'format',
- entry: 'vs/editor/contrib/format/formatActions'
- },
- {
- label: 'gotoError',
- entry: 'vs/editor/contrib/gotoError/gotoError'
- },
- {
- label: 'gotoLine',
- entry: 'vs/editor/standalone/browser/quickAccess/standaloneGotoLineQuickAccess'
- },
- {
- label: 'gotoSymbol',
- entry: [
- 'vs/editor/contrib/gotoSymbol/goToCommands',
- 'vs/editor/contrib/gotoSymbol/link/goToDefinitionAtPosition'
- ]
- },
- {
- label: 'hover',
- entry: 'vs/editor/contrib/hover/hover'
- },
- {
- label: 'iPadShowKeyboard',
- entry: 'vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard'
- },
- {
- label: 'inPlaceReplace',
- entry: 'vs/editor/contrib/inPlaceReplace/inPlaceReplace'
- },
- {
- label: 'indentation',
- entry: 'vs/editor/contrib/indentation/indentation'
- },
- {
- label: 'inlayHints',
- entry: 'vs/editor/contrib/inlayHints/inlayHintsController'
- },
- {
- label: 'inlineCompletions',
- entry: 'vs/editor/contrib/inlineCompletions/ghostTextController'
- },
- {
- label: 'inspectTokens',
- entry: 'vs/editor/standalone/browser/inspectTokens/inspectTokens'
- },
- {
- label: 'linesOperations',
- entry: 'vs/editor/contrib/linesOperations/linesOperations'
- },
- {
- label: 'linkedEditing',
- entry: 'vs/editor/contrib/linkedEditing/linkedEditing'
- },
- {
- label: 'links',
- entry: 'vs/editor/contrib/links/links'
- },
- {
- label: 'multicursor',
- entry: 'vs/editor/contrib/multicursor/multicursor'
- },
- {
- label: 'parameterHints',
- entry: 'vs/editor/contrib/parameterHints/parameterHints'
- },
- {
- label: 'quickCommand',
- entry: 'vs/editor/standalone/browser/quickAccess/standaloneCommandsQuickAccess'
- },
- {
- label: 'quickHelp',
- entry: 'vs/editor/standalone/browser/quickAccess/standaloneHelpQuickAccess'
- },
- {
- label: 'quickOutline',
- entry: 'vs/editor/standalone/browser/quickAccess/standaloneGotoSymbolQuickAccess'
- },
- {
- label: 'referenceSearch',
- entry: 'vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch'
- },
- {
- label: 'rename',
- entry: 'vs/editor/contrib/rename/rename'
- },
- {
- label: 'smartSelect',
- entry: 'vs/editor/contrib/smartSelect/smartSelect'
- },
- {
- label: 'snippets',
- entry: 'vs/editor/contrib/snippet/snippetController2'
- },
- {
- label: 'suggest',
- entry: 'vs/editor/contrib/suggest/suggestController'
- },
- {
- label: 'toggleHighContrast',
- entry: 'vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast'
- },
- {
- label: 'toggleTabFocusMode',
- entry: 'vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode'
- },
- {
- label: 'transpose',
- entry: 'vs/editor/contrib/caretOperations/transpose'
- },
- {
- label: 'unusualLineTerminators',
- entry: 'vs/editor/contrib/unusualLineTerminators/unusualLineTerminators'
- },
- {
- label: 'viewportSemanticTokens',
- entry: 'vs/editor/contrib/viewportSemanticTokens/viewportSemanticTokens'
- },
- {
- label: 'wordHighlighter',
- entry: 'vs/editor/contrib/wordHighlighter/wordHighlighter'
- },
- {
- label: 'wordOperations',
- entry: 'vs/editor/contrib/wordOperations/wordOperations'
- },
- {
- label: 'wordPartOperations',
- entry: 'vs/editor/contrib/wordPartOperations/wordPartOperations'
- }
- ];
|