Accelerate Your Development Workflow
AskCodi is an AI code assistant developed by Assistiv.ai, that facilitates coders to code faster by providing
1. Complete Code,
2. Code suggestions or syntax for natural language,
3. Time complexity for your code,
4. Document Code,
5. Explain Code,
6. Test Code.
Whether you are new to coding or a professional, working individually or in a team, AskCodi helps save time by answering your queries in your favourite IDE.
Only for Visual Studio 2022 Windows
Easy Installation
- Go to Manage Extensions in Tools
- Click on the Online tab and search for AskCodi
- Click on download and AskCodi will complete installation on restart.
AskCodi - Your Own AI Assistant
Powered by openAI codex, trained on billions of lines of Open Source public code, AskCodi provides AI-powered code syntax and suggestion, time complexity, and docstring to facilitate a pair programming environment where you are in the driver's seat.
From Algorithm To Code
AskCodi provides up suggestions by using natural language right in your IDE, with no distractions and downtime. Auto complete and completion can help you generate small code snippets while developing. Syntax Generator is more powerful generator, that can generate longer code or code for entire algorithm.
Usage
- For Authenticate your device, for first time, AskCodi will automatically open a browser, login and follow to complete authentication. To re-authenticate, go to Tools=> AskCodi=> Authenticate Device.
- For Complete code, use the hot keys: ctrl + alt + 1. Complete code only works properly with a little context.
- For Applications like (Generate Code, Explain Code etc.), select the query, right click=> AskCodi=> application
- Most of the suggestions will be shown in AskCodi ToolWindow docked next to solution Explorer (recommended). Copy the complete suggestions directly from the copy button at the bottom of the tool window.
- With generate code, you will get one continue option after getting the suggestion. This can be used in case code is clipped or if you add certain extra instructions in the generated code, within the tool window.
- To get time complexity, use app Explain Code. The default instructions are for time complexity, just hit continue. Add different instructions or remove instructions to get explanation.
Release Notes
3.0.0
Initial release of AskCodi for Visual Studio 2022, Windows