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.
我不确定“自动提示”是否正确,但我可以解释
例如当我写
std::
我想在那里查看可用事物的列表,“。”也是如此。和 "->" ,我希望这是可能的。
您可以绑定.并>使用semantic-complete-self-insert命令,该命令将尝试显示可能完成的列表。虽然我不知道,是否可以开箱即用地将其绑定到::序列(尽管使用一定数量的 emacs lisp 代码应该是可能的)
.
>
semantic-complete-self-insert
::
Emacs 中的代码浏览、重构、自动完成
不确定这是否是您正在寻找的,但它看起来相关。我认为 Etags 可能是您正在寻找的东西。