簡體   English   中英

如何在emacs-jedi中使自動完成信息更緊湊?

[英]How to make the auto-complete information more compact in emacs-jedi?

我已經學習了大約一個月的python,我使用emacs24.3和jedi來編寫python代碼。 絕地非常有效,我非常喜歡。 但是,我想讓自動完成菜單更緊湊: 在此輸入圖像描述 由於自動完成菜單太長,我們可以看到自動完成信息有一些冗余並隱藏了文檔信息。 代替:

array                          Import: from numpy.core.numeric import array i
array_str                                       Function: numeric.array_str f
array_type Statement: array_type = [{balabalabalaxxxxxxxxxxxxxxxxxxxxxxx }] s

我想要這樣的東西:

array               numpy.core.numeric i
array_str            numeric.array_str f
array_type              [{xxxxxx... }] s

這里是PyCharm的自動完成彈出菜單進行比較。 在此輸入圖像描述

popup.el的拉取請求(emacs-jedi依賴於auto-complete.el和auto-complete.el取決於popup.el)來解決這個問題: https//github.com/auto-complete/popup -EL /拉/ 28

您可能想要觀看此拉取請求。 審查過程即將完成。

同時,如果您不想隱藏彈出文檔,可以使用pos-tip.el( http://www.emacswiki.org/emacs/pos-tip.el


編輯:

我認為使摘要信息更緊湊是一個很好的建議。 為什么不在Jedi的問題跟蹤器中發布功能請求: https//github.com/davidhalter/jedi

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM