Issue Type: Bug When using search and replace on files (ctrl + shift + h) with regex named groups, if the first capture group is referenced by name (e.g.: $<cap1> ) all capture groups will be replaced by their respective string literals ...
Regex Search and Replace Multi Cursor Edit Text Vertically with multi-cursor Keep selecting text with Ctrl+D and update over multiple locations in a file. Expanding and Shrinking Selection Shift+Alt+Left and Shift+Alt+Right Find the start and end of a long in HTML Folding Hide Text for eas...
一旦我找到了Number.toFixed(2)方法,它就比我想象的要容易。
roblourensclosed this ascompletedFeb 22, 2022 gjsjohnmurraymentioned this issueMar 2, 2022 Replace In Files : Regex Lookaround breaks Capture Group Substitution#144231 Closed github-actionsbotlocked and limited conversation to collaboratorsApr 8, 2022...
VS Code supports changing the case of regex matching groups while doing Search and Replace in the editor or globally. This is done with the modifiers \u\U\l\L, where \u and \l will upper/lowercase a single character, and \U and \L will upper/lowercase the rest of the matching group...
Improved performance of visual block replace by a lot #997 (xconverge) fixes #663 #996 (xconverge) No need for "i" flag on a numerical only regex #995 (stefanoio) SearchState - Fixed isRegex not set on search #994 (Metamist) fix #985 #992 (rebornix) Run all tests #990 (xconve...
For me regex match group substitution was not working on Unicode characters. Replace match groups with $X ($0 $1, $2, $3 ...) failed. After testing, I removed "This is a test-", line, and now it's not even finding a match in the file even though "കണ്ടന്ന...
Search for http links Jul 22, 2020 18 Lots of tools exist to automate tasks like linting, building, packaging, testing, or deploying software systems. Examples include the [TypeScript Compiler](https://www.typescriptlang.org/), linters like [ESLint](https://eslint.org/) and [TSLint](...
VSCode Version: 1.14.1 OS Version: Mac OSX Sierra 10.12.5 (16F73) Steps to Reproduce: code --disable-extensions File->New File Paste file from here: snippets.py (it happens with other files, but this is a simple example) Edit->Find """(...
{ "type": "boolean", "description": "Process 'replace' and 'replacing' verb (default false)", "default": false }, "coboleditor.enable_source_scanner": { "type": "boolean", "description": "Scan source code (default true)", "default": true }, "coboleditor.valid_cobol_language_ids"...