Bookmarks: Clear from All Filesremove all bookmarks from all files Bookmarks (Selection): Select LinesSelect all lines that contains bookmarks Bookmarks (Selection): Expand Selection to NextExpand the selected text to the next bookmark Bookmarks (Selection): Expand Selection to PreviousExpand the sele...
1. Select the text to check. 2. Ctrl/Cmd-Shift-L selects all occurrences. 3. Ctrl/Cmd-I will select the entire line. 4. Delete or whichever other action you want to do with selected lines I hope this helped and I have saved you some time....
Simply drag & drop to reorder commits and select which ones you want to edit, squash, or drop. Comprehensive Commands Stop worrying about memorizing Git commands; GitLens provides a rich set of commands to help you do everything you need. Git Command Palette A guided, step-by-step ...
// - 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...
[2024-03-12 19:14:03.632] -v Select non-matching lines [2024-03-12 19:14:03.632] -s Suppress open and read errors [2024-03-12 19:14:03.632] -r Recurse [2024-03-12 19:14:03.632] -i Ignore case [2024-03-12 19:14:03.632] -w Match whole words only ...
*/ export interface TextSearchMatchPreview { /** * The matching lines of text, or a portion of the matching line that contains the match.*/ text: string; /** * The Range within `text` corresponding to the text of the match....
when it makes a textual change.//- off"editor.acceptSuggestionOnEnter": "on",//Controls the number of lines in the editor that can be read out by a screen reader. Warning: this has a performance implication for numbers larger than the default."editor.accessibilityPageSize": 10,//Controls...
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 ...
(1) When selector is an array, return the maximum individual result. (2) When selector is a string match that against the [languageId](TextDocument.languageId). (2.1) When both are equal score is `10`, (2.2) When the selector is `*` score is `5`, ...
injectionSelector defines the effective scope of the scope, which means that the content after // is effective. jojo.match for keyword matching. jojo.name is a bit special, it defines the style of this keyword, but it is not an ordinary css style, but needs to be defined in the file ...