Category: Programming

  • MacOS Bootstrap 2021 – Applications

    MacOS Bootstrap 2021 – Applications

    We need many different applications for different projects. I listed some common programs here. See if you need them. Some can download from homebrew, some can download from App Store, some can only download from their website only. Files or Storage Dropbox Google Drive Microsoft OneDrive Filezilla Text Editor or IDE Evernote (App Store) VS…

  • VS Code Shortcut

    VS Code Shortcut

    VS Code Shortcut Set keybinding to Run Python Search file Explorer Split Screen (Duplicate screen) User Settings Auto Format Select words vertically Others 8.1. Coming soon 1. Set keybinding to Run Python Ctrl + Shift + P Type “Run Python file in Terminal” Hover over it and click the ⚙️ icon Double click “Keybinding” Set your desired short 2. Search file Ctrl + P…

  • VS Code must have plugins

    VS Code must have plugins

    VS Code must have plugins VS code become every developers favourite text editor because it has a lot of extension to expand the power to do different jobs. I listed some of the must of extensions that I have tried. 1. Python Extension 1.1. Python IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit…