https://github.com/akvelon/deepcode
Have a question or want to report a bug, create an issue
https://github.com/akvelon/deepcode
Last synced: about 1 month ago
JSON representation
Have a question or want to report a bug, create an issue
- Host: GitHub
- URL: https://github.com/akvelon/deepcode
- Owner: akvelon
- License: mit
- Created: 2021-12-23T06:46:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T07:51:28.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T10:42:16.060Z (5 months ago)
- Size: 191 KB
- Stars: 15
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - deepcode
README
## Auto Сomment
The Auto Сomment allows to generate code comments automatically using AI model.
## Features
This extension introduces an Add a comment option. It provides a user with a comment for a selected code snippet that briefly describes what the fragment does.
- Select a code fragment to add comment to
- Press ```Shift-Ctrl-P``` to call the Comment Palette and search for ```Add a comment```
- Alternatively, you can press ```Shift-Ctrl-/``` to call the command directly
- Once the processing is finished, the line with the generated comment will appear above the selected lines.
## Supported languages
The following languages are fully-supported:
- Python
- Java
- C#
- JavaScript
- TypeScript
- PHP
- Go
- Ruby## Privacy & Compliance
The users’ code snippets are processed on Akvelon servers. The code sent is used solely for the purpose of helping the Akvelon team provide users with the service. We DO NOT store or share the code snippets.
1