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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Voil – Oil.nvim for VSCode

5 点作者 hexomancer4 个月前
I wrote a vscode extension which allows you to create&#x2F;rename&#x2F;move&#x2F;delete files by editing a text buffer. If you are familiar with oil.nvim, this is similar. In my opinion this is vastly superior to the built-in file manager because it allows you to utilize your existing text-editing muscle memory into file manipulation skills, as opposed to the built-in file explorer which requires mouse or at least memorizing new keyboard shortcuts. There is a video demo on the github page here: <a href="https:&#x2F;&#x2F;github.com&#x2F;ahrm&#x2F;voil">https:&#x2F;&#x2F;github.com&#x2F;ahrm&#x2F;voil</a>.

1 comment

berkes4 个月前
Wow, nice achievement! It&#x27;s funny to see the amount of community effort around vscode to make it behave like vim.<p>I&#x27;ve never got to like oil.vim. Tried, but it doesn&#x27;t stick.<p>I guess, partly because it doesn&#x27;t solve a real problem for me: commandline (bash, zsh) with gnutools is good enough.<p>But mostly because doing stuff to files, for me, is more about the actions (commands, events) and less about the end result. With oil, it feels a bit like I describe the state I want in a text file (in a DSL) but my head keeps translating that from the actions I&#x27;d need to take. Probably just 30+ years of commandline thinking worn into my brain too deep.