A VS Code extension that automatically detects file types in your workspace and recommends (or installs) the right extensions for you.
No more wasting time enabling/disabling extensions manually.
Features
Detects common file types (.py, .js, .cpp, .java, etc.)
Suggests and updates .vscode/extensions.json with recommended extensions
Optionally installs extensions directly from inside VS Code
Keeps your workspace extensions clean and project-specific
Getting Started
Clone the repository:
git clone https://github.com/nihaltp/smartExtManager.git
cd smartExtManager
Install dependencies:
npm install
Run the project:
npm start
Contributing
Contributions are welcome! Please open issues or submit pull requests for improvements and bug fixes.