Tag: vscode
All the articles with the tag "vscode".
-
Regex to find the end of file (EOF) in Visual Studio Code
The regex $(?!\n) matches the true end of file in Visual Studio Code's multiline search mode, enabling EOF-only bulk replacements.
All the articles with the tag "vscode".
The regex $(?!\n) matches the true end of file in Visual Studio Code's multiline search mode, enabling EOF-only bulk replacements.