Inspiration

There are many AI-powered code assistantsextensions available for VSCode, but most lack real-time debugging capabilities. Additionally, they often provide inaccurate recommendations. Wanted to create a tool that ensures precise, real-time assistance while enhancing the overall coding experience.

What It Does

InSync is an AI-powered VSCode extension that offers:

  • Multilingual Support – Debugs and assists with all programming languages.
  • Real-Time Debugging – Provides line-by-line error detection and corrections as you code.
  • Guilt-Free Hints – Users get Hints when clicked "Request Help" instead of completely relying on AI code
  • Session Timer – Tracks coding time for productivity monitoring.
  • Reference Suggestions – Recommends relevant documentation and resources

How We Built It

  • Technologies Used: NPM, Node.js, and the Gemini API for real-time analysis and recommendations.

Challenges We Faced

  • Ensuring real-time performance without lag.
  • Limited API Response due to the free version
  • Improving the accuracy and relevance of AI-generated suggestions.
  • Designing an intuitive and user-friendly interface.

Accomplishments We're Proud Of

It provides real-time, line-by-line debugging!

What We Learned

  • Optimizing AI-generated recommendations for better accuracy.
  • Enhancing real-time interactions in a VSCode extension.
  • Streamlining user experience for seamless integration into the coding workflow.

What's Next for InSync

  • Voice Command Integration – Enable hands-free coding assistance.
  • Code Snippets Library – Allow users to save and quickly insert frequently used code patterns.
Share this project:

Updates