Features
Five powerful AI commands, inline completions, and a chat panel — all running locally through Ollama. Here is what each one does and how to use it.
Select any code and get a plain-English explanation. NEURO analyzes the logic, data flow, and purpose of your selection and returns a clear, structured breakdown.
NEURO: Explain Selection
This function calculateTotal iterates through an array of CartItem objects and computes the total cost by multiplying each item's price by its quantity, accumulating the result in a total variable.
This could be simplified using Array.reduce() for a more functional style.
Automatically generate comprehensive test suites for your functions. NEURO creates tests covering happy paths, edge cases, error conditions, and boundary values.
NEURO: Generate Tests
Open a chat panel directly in VS Code to have conversations about your code. Ask questions, get suggestions, debug issues, and explore ideas without leaving your editor.
NEURO: Open Chat
Cmd+Shift+N
(Ctrl+Shift+N on Windows/Linux)
Customize NEURO in VS Code settings (Cmd+,)
neuro.model
The Ollama model to use. Default: "mistral"
neuro.ollamaUrl
Ollama server URL. Default: "http://localhost:11434"
neuro.enableInlineCompletion
Enable inline code completions. Default: true
neuro.maxTokens
Maximum tokens in AI response. Default: 2048
NEURO works with any programming language your Ollama model supports
Free, open source, and private. Download and start coding with AI in under 2 minutes.