Skip to content

A Generative AI Assistant for VSCode is an innovative extension that utilizes machine learning to help developers generate code, complete tasks, and streamline their workflow. This intelligent assistant can understand natural language input and respond accordingly.

License

Notifications You must be signed in to change notification settings

olasunkanmi-SE/codebuddy

Repository files navigation

CodeBuddy - AI-Powered Coding Assistant

CodeBuddy is a Visual Studio Code extension that provides an AI-powered coding assistant to help developers write better code more efficiently. With CodeBuddy, you can get intelligent code suggestions, completions, and assistance based on the context and requirements of your code.

Install in Vscode Market Place

https://marketplace.visualstudio.com/items?itemName=fiatinnovations.ola-code-buddy

Roadmap

  • Code Generation: The assistant can generate code snippets based on user input, streamlining the development process.
  • Task Completion: The assistant can aid in completing tasks such as debugging, testing, and refactoring, enhancing development workflow efficiency.
  • Code Refactoring: The assistant can refactor code to improve efficiency, readability, and maintainability.
  • Code Analysis: The assistant can analyze code and provide suggestions for improvement, including identifying potential bugs, security vulnerabilities, and performance issues.
  • Quickfix Compilation Errors: The assistant can quickly resolve compilation errors.
  • Code Search: The assistant can search for code snippets and functions within the codebase, enabling quick reuse of existing code.
  • Document Upload and Knowledge Retrieval: The assistant can upload documents and retrieve knowledge from them.
  • Auto-Completion of Code (Code Suggestions): The assistant will provide code suggestions for auto-completion.
  • Support for various Generative AIs. Currently, Support Groq, Gemini, and Anthropic
  • Folder-Specific Tasks: The assistant performs tasks such as summarizing, creating, and updating within specific folders.
  • GitHub Issues Integration: The assistant will be connected to GitHub Issues, enhancing collaboration and issue tracking
  • Unit Test Generation: The assistant can generate unit tests.
  • Interview Mode: The assistant can generate interview questions based on selected code or text.
  • Generate commit messages from Git diff

For local development purposes

  • Clone this repository
  • Open this in VSCode.
  • Click on run -> start debugging
  • A new instance of VScode will be open to you, this instance contains the latest file you opened on your Vscode
  • You can change the file by clicking on file -> open recent.
  • To access code buddy. Drag the explorer button to the right of the page. A chat interface should be displayed Highlight any code and right-click. You should see a list of options for refactoring, optimizing code, etc.
  • Type your instruction, in conjunction with some highlighted code if you will, right-click and click and choose from the available actions
  • you can have a chat-like conversation and it does remember your previous questions because there is support for chat history

How to use

  • Once installed, drag the Explorer button to the right of the page. A chat interface should be displayed
  • Highlight your code, right-click, and select any of the desired assistant options
  • For generic questions, add your instructions to them, highlight and use the send to CodeBuddy command.
  • The chat button is disabled for now. Help is needed in fixing here #37

Requirements

  • A Gemini or Groq API key is required.
  • Latest version of Vscode
  • Presently supports Google Gemini and Groq generative AIs.

Settings.json

How to run locally

  • In package.json, hover on "vscode:prepublish", click on run script. This will create a build for the application
  • On the Vscode Menu, click on run -> start debugging. A new Vscode instance is opened
  • In the new instance, press command/ctrl + shift + p, search for Explorer: Focus on chat view. This opens up a chat webview
  • To ask for help on a piece of code, simply highlight the code and right-click. There are a variety of actions listed to soothe your need

Release Notes

1.0.0

  • Initial release of CodeBuddy.

1.1.0

  • Support for multiple chat view themes, fonts and font size

1.1.1

  • Support for Auto-Generated Code Commit Messages, Knowledgebase, Unit Test Generation, copy and auto-Scroll to bottom of Chat, Interview me.

1.1.2

  • Create component flow diagrams with Mermaid

Contributing

  • Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

Enjoy coding with CodeBuddy!

About

A Generative AI Assistant for VSCode is an innovative extension that utilizes machine learning to help developers generate code, complete tasks, and streamline their workflow. This intelligent assistant can understand natural language input and respond accordingly.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published