Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 872 Bytes

File metadata and controls

29 lines (20 loc) · 872 Bytes

VSCode

Install VSCode

sudo apt install software-properties-common apt-transport-https wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt update
sudo apt install code

Change / Rename all occurrences

{% hint style="success" %} Press "CTRL + F2" {% endhint %}

Add incrementing numbers for multiple cursors selected

Solutions

Extensions

  • HTML Preview