example <title>this is it</title>
if we want to extract just this is it
.
echo '<title>this is it</title>' | sed -nE 's/<title>(.*)<\/title>/\1/p'
example <title>this is it</title>
if we want to extract just this is it
.
echo '<title>this is it</title>' | sed -nE 's/<title>(.*)<\/title>/\1/p'
ctrl+j
to open/close/focus on the integrated terminal.
This is good to quickly switch cursor from the text editor to the terminal without using the mouse
use “clo” instead of “clg”. This comes from one of my snippets extensions
anfn
or nfn
to create arrow functions
This comes from a snippets extension
https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets