Are you tired from after writing comments after writing hundred lines of code, or you just started coding and you get stuck with no way to move on. I have the solution for you, Cocaptain is a vscode extension that aims to bring the potential of chatgpt to the visual studio code without any API-Key. The new features of Cocaptain include a pre-written patterns that make prompting more easy. We introduce two prompt for now : comment the selection
and Complete the code
. Those those two functionalites could be found in the context menu of vscode when selection a piece of code. We highly appreciate feature request and bug report (also a star in gitub motivate us) : https://github.com/Ayyoub-ESSADEQ/cocaptain/tree/main . Here is a simple presentation of those features :
Related Posts
Blockchain ? Bitcoin-Ethereum ? Why should one care ? 🤔
Table Of Content Why should one care about blockchain, crypto, bitcoin etc. ? What is Blockchain ? What…
Kafka Producer and Consumer Example in .NET 6 with ASP.NET Core
In this blog, we’ll dive into Kafka, a distributed streaming platform, and learn how to create a Producer…
A Guide to Python Lists, Tuples, Dictionaries, and Sets
Overview Data Structures are a way of organizing data so that it can be accessed more efficiently depending…