= vscode =
 * https://code.visualstudio.com/ 
Free. Built on open source. Runs everywhere.

{{{#!highlight bash
# https://code.visualstudio.com/
cd ~/Downloads
wget https://go.microsoft.com/fwlink/?LinkID=760868
mv index.html\?LinkID\=760868 vscode.deb
sudo dpkg -i vscode.deb # 1.43.2
code & # launch command
# code 1.58
sudo dpkg -i code_1.58.2-1626302803_amd64.deb
}}}
 * Install extension ms-dotnettools.csharp
 * Install extension Eclipse Keymap alphabotsec.vscode-eclipse-keybindings 

== Font size ==
 * File
 * Preferences
 * editor.fontSize
 * terminal.integrated.fontSize