Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krinql/vscode
AI powered Suite of developer tools and integrations to help developers with mundane tasks
https://github.com/krinql/vscode
ai codex krinql vscode-extension
Last synced: about 1 month ago
JSON representation
AI powered Suite of developer tools and integrations to help developers with mundane tasks
- Host: GitHub
- URL: https://github.com/krinql/vscode
- Owner: krinql
- License: gpl-3.0
- Created: 2021-09-29T18:35:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T22:13:35.000Z (10 months ago)
- Last Synced: 2024-08-02T01:18:17.562Z (4 months ago)
- Topics: ai, codex, krinql, vscode-extension
- Language: TypeScript
- Homepage: https://krinql.com
- Size: 5.87 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-rainmana - krinql/vscode - AI powered Suite of developer tools and integrations to help developers with mundane tasks (TypeScript)
README
[Krinql](https://www.krinql.com/) allows you to write good code, super fast. It takes out the boring parts of writing code such as, writing docstrings, and even looking up how to use a library feature, and automates them with within the VS Code editor itself.
## Features
Ask Krinql
Ask a question about the file you are working on, which Krinql will answer.
![ask krinql](./images/ask-krinql.gif)
Explain Code
Highlight some code, and Krinql will generate comments which describe what the highlighted code is doing.
![explain code](./images/explain-code.gif)
Generate Docstring
Highlight some code, and Krinql will automatically generate and add docstrings to it.
![generate docstring](./images/write-docstring.gif)
## Installation
Install from the Visual Studio Code Marketplace or by clicking the link below:
[Visual Studio Code Marketplace: Krinql](https://marketplace.visualstudio.com/items?itemName=krinql.krinql-vscode)
To install directly from VS Code, press (Ctrl+P), and paste the following command. Then, press enter.
```
ext install krinql.krinql-vscode
```## Before you use
Make sure to sign in by clicking the Krinql icon on the left bar of VS Code.
![Remember Sign In](./images/sign-in.png)