NebulaCoder is a Visual Studio Code extension that assists you in generating code from comments in your Python code files. It leverages the power of machine learning to transform your comments into actual code snippets, saving you time and effort. It can be found here
- Generate Code from Comments: With NebulaCoder, you can turn your comments into working code. Simply write a comment, and NebulaCoder will provide you with code suggestions based on your comment's context.
-
Installation: Install the NebulaCoder extension from the Visual Studio Code marketplace.
-
Dependencies: Make sure you do
pip install ctransformers
or for CUDA support (recommended)pip install ctransformers[cuda]
-
Usage: Open a Python code file in Visual Studio Code and start writing comments. After your comment, make a new line, then press
Ctrl + P
, then>
then typeGenerate Code
calc.2.mp4
riff.mp4
Happy coding with NebulaCoder!