在 VIM 中重新格式化代码,如 phpStorm
我曾经使用过 phpStorm(在我切换到 Vim 之前)。我真的很喜欢 phpStorm 重新格式化代码的方式。 (phpStorm 会在您提交更改之前进行格式化)。 Vim 有像 phpStorm 这样的重新格式化插件吗?
I once used phpStorm (before I switched to Vim). I really liked the way phpStorm could reformat your code. (phpStorm would format right before you commit your change). Does Vim have a reformat plugin like phpStorm?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,如果您有语法插件,您可以重新格式化代码:(正常模式)
gg=G
Well, you can reformat the code if you got a syntax plugin for it: (normal mode)
gg=G