TalkWithCode - VSCode ExtensionTalkWithCode is an AI-powered VSCode extension that allows you to have conversations directly with your codebase. It uses advanced natural language processing to understand questions about your code and provide relevant answers in markdown format. Features
Getting StartedInstallation
ConfigurationAdd your Polyfact API token to your VSCode settings:
You can also customize the AI prompt:
UsageBring up the command palette (Ctrl/Cmd + Shift + P) and run:
Or use the default keybinding:
You can also click direclty on "TalkWithCode" in your status Bar (At the bottom) Then enter your question in natural language about your code. The extension will analyze your code and return an answer in markdown format. For example:
Code OverviewThe extension vectorizes your code to create embeddings that allow the AI model to understand your codebase. It uses the Polyfact API to generate answers. ContributingPull requests welcome! Feel free to open issues for any bugs or feature requests. |