Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Banner

[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.



Github


VS Code Marketplace Downloads


Visual Studio Marketplace Last Updated

## 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)