Use this extension to save projects in firebase and sync.
This repository contains a VS Code Plugin developed to enhance the developer experience by providing additional functionalities within the Visual Studio Code environment. The plugin is designed to streamline workflows, improve efficiency, and integrate seamlessly with VS Code.
- Custom Commands: Execute tailored commands for automation and productivity.
- Syntax Highlighting: Enhanced syntax support for better code readability.
- Code Snippets: Quickly insert commonly used code snippets.
- Integration with External APIs: Fetch and display data from external sources.
- User-friendly UI: Intuitive interface to configure and use the plugin.
- Clone the Repository:
git clone https://github.com/anu102001/VS-Code-Plugin.git cd VS-Code-Plugin - Install Dependencies:
npm install
- Build the Extension:
npm run build
- Run the Extension in VS Code:
- Open the project in VS Code.
- Press
F5to launch a new VS Code window with the extension enabled.
- Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+Pon macOS) and type the plugin name to see available commands. - Configure settings in the VS Code Settings panel.
- Use shortcuts to trigger plugin features efficiently.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and commit them (
git commit -m 'Add new feature'). - Push to your fork (
git push origin feature-branch). - Open a Pull Request.
If you encounter any issues or have feature requests, please open an issue in the GitHub Issues section.
This project is licensed under the MIT License. See the LICENSE file for details.