VSCode

key shortcuts

ctrl-l           # highlight line
ctrl-k + ctrl-r  # open vscode keyboard shortcut helpsheet
shift+ctrl+p     # open command to search
shift+ctrl+{up or down} # add second cursor, esc to deselect
ctrl + shift + k # delete current line
ctrl+k v         # preview to right

settings.json

"python.linting.pylintEnabled": true,
"python.linting.enabled": true