}, 'direction': { 'type': 'string', 'enum': ['up', 'down'], }, 'selectionLines': { 'type': 'array', 'items': { 'type': 'number' } } } } } ] } }); } invoke(_foldingController: FoldingController, foldingModel: FoldingModel, editor: ...
Press Ctrl + / to comment out all lines in selected code cells (add # to the beginning of each line. No action for Markdown cells if also selected) Press Ctrl + / again to uncomment (remove # in the beginning of each line in selected code cells. If no # then do nothing to that...
All features are highly customizable. Formatting & Beautification Better Align Align your code by colon(:), assignment(=,+=,-=,*=,/=) and arrow(=>). It has additional support for comma-first coding style and trailing comment. And it doesn't require you to select what to be aligned, ...
// - window: Toggles the window, i.e. all files at once 2243 "gitlens.heatmap.toggleMode": "file", 2244 2245 // Specifies whether to provide a _changes (diff)_ hover for all lines when showing blame annotations 2246 "gitlens.hovers.annotations.changes": true...
VScode快捷键的常用信息归纳 by 吃码小妖 调出键盘快捷键 按键:Ctrl + K Ctrl + S 显示所有的快捷键:如下图。 列表绝对详尽无遗。默认键盘快捷键中的“...
Similar tovim-commentary, but uses the VS Code nativeToggle Line CommentandToggle Block Commentfeatures. Usage examples: gc- toggles line comment. For examplegccto toggle line comment for current line andgc2jto toggle line comments for the current line and the next two lines. ...
* if it is provided by a `DocumentCommentProvider` and no `deleteComment` method is given.* * DEPRECATED, use deleteCommand */ canDelete?: boolean; /** * @deprecated * The command to be executed if the comment is selected in the Comments Panel */ ...
Fold All Block Comments (Ctrl+K Ctrl+/) folds all regions that start with a block comment token. Folding ranges are by default evaluated based on the indentation of lines. A folding range starts when a line has a smaller indent than one or more following lines, and ends when there is ...
"eslint.codeAction.disableRuleComment": { "enable": true, "location": "separateLine" }, // "eslint.codeAction.showDocumentation": { "enable": true }, // Specifies the code action mode. Possible values are 'all' and 'problems'. // - all: Fixes all possible problems in...
Both visual lines and visual block modes spawn multiple cursors for you. You can switch to insert mode by pressing I or A keys. The effect differs: For visual line mode I will start insert mode on each selected line on the first non whitespace characeter and A will on the end of lin...