Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道当鼠标悬停在气球上时,是否有办法在Syntastic等气球中显示代码错误。
是的,有一种方法,Syntastic 已经在使用:“气球评估”(阅读:h balloon-eval)。您基本上可以设置一个balloonexpr定义要在气球中显示的文本。如果您只想通过鼠标悬停来显示气球,而不管光标在哪里,VIM 目前不支持。老实说,对于右键单击弹出菜单来说,这听起来是一个非常有用的想法(请参阅 参考资料:h mousemodel)。
:h balloon-eval
balloonexpr
:h mousemodel