21

  • Vim
    • command <number>i<text>
      • number of times to insert
      • insert key
      • text to insert
  • Vscode Guided walkthroughs for a code base! 🤯 #💻️/📖️ (Private)
    • Bash Vscode Extension rogalmic.bash-debug to debug bash scripts
    • Bash Vscode Extension mads-hartmann.bash-ide-vscode to develop Bash scripts in an IDE link environment
    • Git Vscode Extension fabiospampinato.vscode-diff makes doing git diff easy
    • Python Vscode Extension ms-pyright.pyright for static type checking
    • Vscode
      • Manually add code folding markers
        • with comments:
//#region
  fold me
//#endregion