https://github.com/rahul-sahani04/must_need_vs_code_extensions
This is a list of Visual Studio Code extensions that you can use to enhance your coding experience. These extensions cover a wide range of functionalities, from code formatting to theme customization and more.
https://github.com/rahul-sahani04/must_need_vs_code_extensions
beginner-friendly extensions tutorial vscode vscode-configs vscode-extension
Last synced: about 1 month ago
JSON representation
This is a list of Visual Studio Code extensions that you can use to enhance your coding experience. These extensions cover a wide range of functionalities, from code formatting to theme customization and more.
- Host: GitHub
- URL: https://github.com/rahul-sahani04/must_need_vs_code_extensions
- Owner: Rahul-Sahani04
- License: mit
- Created: 2023-09-17T13:52:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T11:41:13.000Z (about 2 years ago)
- Last Synced: 2024-12-31T05:23:05.000Z (over 1 year ago)
- Topics: beginner-friendly, extensions, tutorial, vscode, vscode-configs, vscode-extension
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Visual Studio Code Extensions. You Need
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.
## Table of Contents
- [Extensions List](#extensions-list)
- Methods:
- - [Easy Way 😴](#easy-method)
- - [Hard Way 😈](#hard-method)
- [How to Use](#how-to-use)
- [Contributing](#contributing)
- [License](#license)
## Easy Method
1. Download the given file [vscode-extensions.list](https://github.com/Rahul-Sahani04/Must_Need_VS_Code_Extensions/blob/main/vscode-extensions.list) onto your system.
- For Linux:
2. Head to the downloaded directory.
3. Head to the downloaded directory (using Terminal).
- For example:
```bash
cd downloads
```
4. Use the following command:
```bash
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:
```bash
cd downloads
```
4. Use the following command:
```bash
Get-Content vscode-extensions.list | ForEach-Object { code --install-extension $_ }
```
- And you are done. ;)
## Hard Method
1. Go through each and every extension or just the ones you want.
## Extensions List
1. [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) - Version 3.0.2
2. [CodeSnap](https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap) - Version 1.3.4
3. [BlackBox](https://marketplace.visualstudio.com/items?itemName=blackboxapp.blackbox) - Version 1.1.58
4. [Tailwind CSS](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) - Version 0.10.0
5. [Simple React Snippets](https://marketplace.visualstudio.com/items?itemName=burkeholland.simple-react-snippets) - Version 1.2.7
6. [Doxdocgen](https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen) - Version 1.4.0
7. [Move Syntax](https://marketplace.visualstudio.com/items?itemName=damirka.move-syntax) - Version 0.4.12
8. [ES7 React/Redux Snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets) - Version 4.4.3
9. [Bracket Pair Toggler](https://marketplace.visualstudio.com/items?itemName=dzhavat.bracket-pair-toggler) - Version 0.0.3
10. [GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) - Version 14.3.0
11. [HTML CSS Support](https://marketplace.visualstudio.com/items?itemName=ecmel.vscode-html-css) - Version 1.13.1
12. [Material Theme Icons](https://marketplace.visualstudio.com/items?itemName=equinusocio.vsc-material-theme-icons) - Version 3.0.4
13. [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - Version 10.1.0
14. [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) - Version 0.25.1
15. [Better C++ Syntax](https://marketplace.visualstudio.com/items?itemName=jeff-hykin.better-cpp-syntax) - Version 1.17.2
16. [C# Snippets](https://marketplace.visualstudio.com/items?itemName=jorgeserrano.vscode-csharp-snippets) - Version 1.1.0
17. [Solidity](https://marketplace.visualstudio.com/items?itemName=juanblanco.solidity) - Version 0.0.165
18. [Python Indent](https://marketplace.visualstudio.com/items?itemName=kevinrose.vsc-python-indent) - Version 1.18.0
19. [Unity Code Snippets](https://marketplace.visualstudio.com/items?itemName=kleber-swf.unity-code-snippets) - Version 2.2.5
20. [VSCord](https://marketplace.visualstudio.com/items?itemName=leonardssh.vscord) - Version 5.1.18
21. [Rainbow CSV](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv) - Version 3.7.1
22. [MongoDB](https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode) - Version 1.2.1
23. [Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) - Version 1.26.0
24. [C#](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) - Version 2.1.2
25. [.NET Runtime](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.vscode-dotnet-runtime) - Version 1.7.3
26. [Black Formatter](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter) - Version 2023.4.1
27. [isort](https://marketplace.visualstudio.com/items?itemName=ms-python.isort) - Version 2023.10.1
28. [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) - Version 2023.9.10
29. [CMake Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools) - Version 1.15.31
30. [Remote Explorer](https://marketplace.visualstudio.com/items?itemName=ms-vscode.remote-explorer) - Version 0.4.1
31. [Remote Server](https://marketplace.visualstudio.com/items?itemName=ms-vscode.remote-server) - Version 1.4.3
32. [Live Share](https://marketplace.visualstudio.com/items?itemName=ms-vsliveshare.vsliveshare) - Version 1.0.5883
33. [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.liveserver) - Version 5.7.9
34. [Night Owl](https://marketplace.visualstudio.com/items?itemName=sdras.night-owl) - Version 2.0.1
35. [Move TS](https://marketplace.visualstudio.com/items?itemName=stringham.move-ts) - Version 1.12.0
36. [Pets](https://marketplace.visualstudio.com/items?itemName=tonybaloney.vscode-pets) - Version 1.25.0 <----- Most Needed Extension.
37. [CMake](https://marketplace.visualstudio.com/items?itemName=twxs.cmake) - Version 0.0.17
38. [API Usage Examples](https://marketplace.visualstudio.com/items?itemName=visualstudioexptteam.intellicode-api-usage-examples) - Version 0.2.8
39. [Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=visualstudioexptteam.vscodeintellicode) - Version 1.2.30
40. [Console Ninja](https://marketplace.visualstudio.com/items?itemName=wallabyjs.console-ninja) - Version 0.0.224
41. [Random Everything](https://marketplace.visualstudio.com/items?itemName=helixquar.randomeverything) - Version 0.3.6
42. [Toggle Quotes](https://marketplace.visualstudio.com/items?itemName=BriteSnow.vscode-toggle-quotes) - Version 0.0.3
## How to Use
To use these extensions in Visual Studio Code, follow these steps:
1. Open Visual Studio Code.
2. Click on the Extensions icon in the Activity Bar on the side of the window.
3. Search for the extension by name.
4. Click the "Install" button to install the extension.
5. After installation, click the "Reload" button to activate the extension.
Enjoy using these extensions to improve your coding productivity and customize your development environment!
## Contributing
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.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.