Friday, February 22, 2019
Tuesday, February 12, 2019
Visual studio Code
Remove duplicated lines in Visual Studio Code super!
https://stackoverflow.com/questions/37992493/how-to-remove-duplicate-lines-in-visual-studio-code/45829605
- Control+F
- Toggle "Replace mode"
- Toggle "Use Regular Expression" (the icon with the
.*symbol) - In the search field, type
^(.*)(\n\1)+$ - In the "replace with" field, type
$1
https://stackoverflow.com/questions/37992493/how-to-remove-duplicate-lines-in-visual-studio-code/45829605
Subscribe to:
Posts (Atom)
