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.
我希望能够在 Makefiles 中使用 Vim 全方位补全,这样我就可以获得目标依赖项等的自动补全。有人知道怎么做吗?
我不确定全补全,但你可以在 Vim 中使用正常补全。
例如,如果您有一个名为“installdocs”的目标,您可以键入:
ins<C-n>
Vim 会为你完成目标名称。