rubberduck-ai / rubberduck-vscode

Use AI-powered code edits, explanations, code generation, error diagnosis, and chat in Visual Studio Code with the official OpenAI API.
https://marketplace.visualstudio.com/items?itemName=Rubberduck.rubberduck-vscode
MIT License
582 stars 70 forks source link

Add support for Visual Studio #58

Open kikaragyozov opened 1 year ago

kikaragyozov commented 1 year ago

This currently is an extension for VS code. It'd be amazing if you could also make an extension for Visual Studio offering the same functionalities.

lgrammel commented 1 year ago

I totally agree. Sadly developing Rubberduck for a different IDE would most likely be a completely separate effort though. I don't have time to work on it, but if someone wants to attempt writing an extension for Visual Studio, I can create another repository under the rubberduck-ai org.

Ideally all Rubberduck extensions (for different IDEs) would consume the same Rubberduck conversation templates so they can be shared by project members.