AskCodi
AskCodi extension for Sublime Text
Details
Installs
- Total 11
- Win 3
- Mac 8
- Linux 0
Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 3 | 7 | 2 | 1 | 1 | 1 | 1 | 0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Accelerate Your Development Workflow With AskCodi
AskCodi is an AI code assistant developed by Assistiv.ai, that facilitates coders to code faster by providing following features:
1. Auto-complete (only in VS Code),
2. Code suggestions for natural language (Ask AI to code),
3. Time complexity for your code,
4. Document Code.
5. Explain Code,
6. Complete Code (Manually triggerd, works same as auto-complete),
7. 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.
Team learning
With the support of teams, you can accelerate the process by sharing suggestions with your team or the community. AskCodi extension is integrated along with webapp version. Any code generated is reflected in the codebase. You can change the workspace from the webapp for the extension and segregate your codebase.
Installation
Install Package Control.
In Sublime, press
ctrl+shift+p
(Windows, Linux) orcmd+shift+p
(OS X).Type
install
, then pressenter
withPackage Control: Install Package
selected.Type
askcodi
, then pressenter
with theAskCodi
plugin selected.Follow the sign-in process to authenticate your device..
Use Sublime and Codi will be ready to pair program with you. Your code generated will be in your codebase that can be explored in Webapp.
Usage
1. Generate Code: Write your query as comment or statement. Select the query, right click and go to AskCodi. Click on Generate Code and wait for bottom panel to open and display the results.
2. Document Code: Select the code, right click and go to AskCodi. Click on Document Code and wait for bottom panel to open and display the results.
3. Test Code: Select the code, right click and go to AskCodi. Click on Test Code and wait for bottom panel to open and display the results.
3. Complete Code: Complete code can be triggered using hot keys ctrl + alt + 1
or ctrl + option + 1
only. Whether you are writing a statement or code, complete code can be triggered directly using the hot key to complete the code or even comments.
4. Explain Code: Select the code, right click and go to AskCodi. Click on Explain Code and a bottom dialogue box opens. Keep the default text as it is to get the time complexity of the selected code. Delete and either provide a different information if you want(like a library)or leave it empty, and hit enter to get code explanation. Wait for bottom panel to open and display the results.
How it works
AskCodi uses OpenAI GPT3 to generate suggestions.
For the context, Codi uses 512 characters before the selected query, or position of cursor/caret and uses that code to provide relavant suggestions. You can turn off the context from the user settings file (see section “Change user settings”) by changing from “true” to “false” Please note, AskCodi does not save this context, however it is recommended that you do not include any sensitive data in the context or query. Also, with context “off”, Complete code application won't work.
AskCodi sends the context code(if true in settings) and the selected text/code to the servers to generate suggestions.
The generated suggestion and query is saved on AskCodi servers to provide a codebase feature, which is only visible to the user(s) in the workspace they authenticated their device with. Only in case you chose “Community” workspace, it is visible to rest of the community.
Change settings
Mac: Goto Settings => Preferences => Package Settings => AskCodi => Settings
Windows: Goto Preferences => Settings
Ubuntu: Goto Preferences => Settings
Edit the file as per preferences, the acceptable values are true or false for each of the setting, and save the file.
Change Key bindings
Mac: Goto Settings => Preferences => Package Settings => AskCodi => Key Bindings
Windows: Goto Preferences => Key Bindings
Ubuntu: Goto Preferences => Key Bindings
Make the desired changes and save the file.
Links
Join our discord community to stay updated on the changes and talk to the community.