TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: An AI code assistant for Vim

2 点作者 detectivestory大约 1 个月前
This plugin can be used locally with Ollama or with an Open Router API key. You can ask questions about your code, get an explanation, or a general review. The response is added to your quickfix list.<p>Link: <a href="https:&#x2F;&#x2F;github.com&#x2F;whatever555&#x2F;vim-code-checker">https:&#x2F;&#x2F;github.com&#x2F;whatever555&#x2F;vim-code-checker</a><p>It should work on recent versions of vim, and also neovim. It does require the installation of an npm package (details in the README) so a recent version of node is required.<p>It is a simple barebones project that I have been using locally, but I thought it might be a good idea to share it with the world, and get some feedback. So any suggestions on how to improve it, or if there are better options already available, please let me know. Thanks for reading!

1 comment

detectivestory大约 1 个月前
The available commands are:<p>:CodeCheck -- runs code check without any additional information.<p>:CodeCheckExplain -- requests detailed explanation of the issues found.<p>:CodeCheckAskQuestion &lt;args&gt; -- asks a question about specific issues, where &lt;args&gt; is your query.