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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Features that are must to have in your text editor for web development

2 点作者 thamizhan2611大约 5 年前
What are some of the awesome features does your text editor have which makes you productive and lets you ship things faster.<p>I have been using vim for a while and interested to know what others are using and their adoption :)<p>Apologies if this is not the right place to post this kind of question!

1 comment

ponyous大约 5 年前
Old feature: Good shortcuts for editing text. Talking about vim&#x27;s grammar to select&#x2F;move&#x2F;delete&#x2F;add... edit text in general. Not sure how the rest of the editors can rely on few CTRL-something commands and using mouse so much.<p>New feature: I do a bit of work in Visual Studio as well, and I really like AI backed code completion. It results in less navigation when selecting items from code completion list.<p>Edit: I missed the line where you speak about VIM. My favourite changes in my setup in VIM in last couple of years fall in 2 categories, terminal stuff moved into vim if it fits nicely (lazygit, fzf...) and another category that helps me use all the features of the editor.<p><pre><code> LazyGit integration - popup window with basic git stuff. LazyDocker - same thing but I am almost not using it at all kreskij&#x2F;vim-reminder-tips - Gives me tips about custom shortcuts I set up in vim liuchengxu&#x2F;vim-which-key - Gives me a nice menu for doing different common things (such as run tests for current file, open documentation, all other leader key commands) </code></pre> Overall, if I had to pick one thing it would be LazyGit. It&#x27;s so good!
评论 #22646158 未加载