Welcome to the SkyHigh Code Recommender, a Visual Studio Code (VSCode) extension developed by our hackathon team. This extension leverages machine learning techniques to enhance your Python coding experience, providing contextually relevant code examples to improve coding efficiency and promote knowledge sharing within the developer community.
- AI-Driven Recommendations: Benefit from AI-powered code snippet recommendations based on your coding context.
- Efficiency Boost: Save time by quickly discovering and incorporating relevant code snippets into your Python projects.
- Knowledge Sharing: Contribute to and benefit from a growing library of community-sourced code snippets.
- Seamless Integration: Enjoy a smooth integration into your VSCode environment with easy-to-use features.
Refer to video here.
- Open VSCode.
- Go to the Extensions view (
Ctrl + Shift + X
). - Search for "SkyHigh Code Recommender".
- Install the extension.
- Open a Python file in VSCode.
- Position the cursor where you want a code snippet recommendation.
- Trigger the extension (e.g., using a keyboard shortcut).
- Explore and choose from the recommended code snippets.
Contributions are welcome! If you have a great code snippet or want to improve the extension, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
If you encounter any issues or have suggestions for improvement, please open an issue. Your feedback is valuable.
This project is licensed under the MIT License.
Happy coding with SkyHigh Code Recommender!