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.
我在 mac 上的 emacs 上运行 Omnisharp。一切都很好,很精彩。唯一的问题是速度似乎是个问题。不是为了智能感知,而是在上下移动时。(基本 Cn, Cp)
我认为这是您在状态栏上获得的建议减慢了一切。他们似乎阻止我的光标自由移动,所以它变得烦人。这是异步的吗?
您可以禁用这些状态建议吗?
这可能是 Eldoc 支持,它确实还不是完全异步的。
要禁用它,您可以: - 通过“customize”关闭它,但运行“customize-group”、“omnisharp”,搜索 Eldoc 并将其设置为关闭。- 在 Lisp 中通过 '(setq omnisharp-eldoc-support nil)' 将其关闭