Hacker News new | ask | show | jobs
by notsylver 855 days ago
What do you use for tab-autocomplete in VS Code? I've been trying to find something that can replace copilot, just because it sounds fun. Everyhing I've found seems more aimed at entering a prompt and having it refactor code, not completing as you write with no other input.
2 comments

Cody (https://github.com/sourcegraph/cody) supports using Ollama for autocomplete in VS Code. See the release notes at https://sourcegraph.com/blog/cody-vscode-1.1.0-release for instructions. And soon it'll support Ollama for chat/refactoring as well (https://twitter.com/sqs/status/1750045006382162346/video/1).

Disclaimer: I work on Cody and hacked on this feature.

I use Continue.dev's new tab-autocomplete [1] (disclaimer: I am one of the authors of this open-source project)

[1] https://continue.dev/docs/walkthroughs/tab-autocomplete