Enhance your coding experience with this curated list of Visual Studio Code extensions. From code formatting to theme customization, these extensions cover a wide range of functionalities.
- Download the given file vscode-extensions.list onto your system.
- For Linux:
2. Head to the downloaded directory.
3. Head to the downloaded directory (using Terminal).
- For example:
cd downloads
- For example:
- Use the following command:
cat vscode-extensions.list | xargs -L 1 code --install-extension
- For Windows:
2. Open Windows PowerShell.
3. Head to the downloaded directory (using Windows PowerShell)
- For example:
cd downloads
- For example:
- Use the following command:
Get-Content vscode-extensions.list | ForEach-Object { code --install-extension $_ }
- And you are done. ;)
- Go through each and every extension or just the ones you want.
- Better Comments - Version 3.0.2
- CodeSnap - Version 1.3.4
- BlackBox - Version 1.1.58
- Tailwind CSS - Version 0.10.0
- Simple React Snippets - Version 1.2.7
- Doxdocgen - Version 1.4.0
- Move Syntax - Version 0.4.12
- ES7 React/Redux Snippets - Version 4.4.3
- Bracket Pair Toggler - Version 0.0.3
- GitLens - Version 14.3.0
- HTML CSS Support - Version 1.13.1
- Material Theme Icons - Version 3.0.4
- Prettier - Version 10.1.0
- REST Client - Version 0.25.1
- Better C++ Syntax - Version 1.17.2
- C# Snippets - Version 1.1.0
- Solidity - Version 0.0.165
- Python Indent - Version 1.18.0
- Unity Code Snippets - Version 2.2.5
- VSCord - Version 5.1.18
- Rainbow CSV - Version 3.7.1
- MongoDB - Version 1.2.1
- Docker - Version 1.26.0
- C# - Version 2.1.2
- .NET Runtime - Version 1.7.3
- Black Formatter - Version 2023.4.1
- isort - Version 2023.10.1
- Pylance - Version 2023.9.10
- CMake Tools - Version 1.15.31
- Remote Explorer - Version 0.4.1
- Remote Server - Version 1.4.3
- Live Share - Version 1.0.5883
- Live Server - Version 5.7.9
- Night Owl - Version 2.0.1
- Move TS - Version 1.12.0
- Pets - Version 1.25.0 <----- Most Needed Extension.
- CMake - Version 0.0.17
- API Usage Examples - Version 0.2.8
- Visual Studio IntelliCode - Version 1.2.30
- Console Ninja - Version 0.0.224
- Random Everything - Version 0.3.6
- Toggle Quotes - Version 0.0.3
To use these extensions in Visual Studio Code, follow these steps:
- Open Visual Studio Code.
- Click on the Extensions icon in the Activity Bar on the side of the window.
- Search for the extension by name.
- Click the "Install" button to install the extension.
- After installation, click the "Reload" button to activate the extension.
Enjoy using these extensions to improve your coding productivity and customize your development environment!
Contributions are welcome! If you have an extension that you think should be added to this list, please open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.