Sudo2AC
- 3 Devlogs
- 6 Total hours
A Visual Studio Code plugin that uses Ollama to convert natural language to actual code (sudo 2 actual code)
A Visual Studio Code plugin that uses Ollama to convert natural language to actual code (sudo 2 actual code)
(oh i also added keyboard shortcuts, to make it easier to use!)
https://marketplace.visualstudio.com/items?itemName=KallenSeelo.sudo2ac
I finished work on my pseudocode to actual code plugin; it uses Ollama, which you can run locally or use their cloud models! It works super well converting structured pseudocode code into actual code that works!
This can help make it easier for things like writing new things that relate to your functions, while understanding how it works!
Today was kind of basic; I just worked for about 45 mins trying to fix my Ollama install, then the rest trying and debugging things! I’m going to very much improve this to be much better, as the extension doesn’t really do anything currently!