Skip to content

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.

License

Notifications You must be signed in to change notification settings

Rahul-Sahani04/Must_Need_VS_Code_Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Visual Studio Code Extensions. You Need

Made with love in VS Code License

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

Easy Method

  1. 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
  1. 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
  1. Use the following command:
     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 - Version 3.0.2
  2. CodeSnap - Version 1.3.4
  3. BlackBox - Version 1.1.58
  4. Tailwind CSS - Version 0.10.0
  5. Simple React Snippets - Version 1.2.7
  6. Doxdocgen - Version 1.4.0
  7. Move Syntax - Version 0.4.12
  8. ES7 React/Redux Snippets - Version 4.4.3
  9. Bracket Pair Toggler - Version 0.0.3
  10. GitLens - Version 14.3.0
  11. HTML CSS Support - Version 1.13.1
  12. Material Theme Icons - Version 3.0.4
  13. Prettier - Version 10.1.0
  14. REST Client - Version 0.25.1
  15. Better C++ Syntax - Version 1.17.2
  16. C# Snippets - Version 1.1.0
  17. Solidity - Version 0.0.165
  18. Python Indent - Version 1.18.0
  19. Unity Code Snippets - Version 2.2.5
  20. VSCord - Version 5.1.18
  21. Rainbow CSV - Version 3.7.1
  22. MongoDB - Version 1.2.1
  23. Docker - Version 1.26.0
  24. C# - Version 2.1.2
  25. .NET Runtime - Version 1.7.3
  26. Black Formatter - Version 2023.4.1
  27. isort - Version 2023.10.1
  28. Pylance - Version 2023.9.10
  29. CMake Tools - Version 1.15.31
  30. Remote Explorer - Version 0.4.1
  31. Remote Server - Version 1.4.3
  32. Live Share - Version 1.0.5883
  33. Live Server - Version 5.7.9
  34. Night Owl - Version 2.0.1
  35. Move TS - Version 1.12.0
  36. Pets - Version 1.25.0 <----- Most Needed Extension.
  37. CMake - Version 0.0.17
  38. API Usage Examples - Version 0.2.8
  39. Visual Studio IntelliCode - Version 1.2.30
  40. Console Ninja - Version 0.0.224
  41. Random Everything - Version 0.3.6
  42. 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 file for details.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published