vim 技巧在 Ruby 中对齐块/结束关键字?
有没有办法简单地让我的块及其结束关键字与 vim 正确对齐?如果我有一个嵌套了多个条件的函数,事情可能会很快变得丑陋。 Vim 能拯救世界吗?
Is there a way to simply have my blocks and their closing end keyword align properly with vim? If I have a function which is nested with several conditions, things can start to get ugly fast. Can vim save the day?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
当然。只需选择相关的代码块并按 =。
Sure. Just select the relevant block of code and press =.
还有一个名为 endwise 的不错的 Vim 插件,它会自动插入你。
There's also a nice Vim plugin called endwise that automatically inserts the ends for you.
(转到顶部,重新缩进到底部)
(go to top, re-indent all the way down to the bottom)