vim-一種簡單易懂的django代碼補全方式

來源:互聯網
上載者:User

標籤:

既:Pydiction

Pydiction 允許你在 Vim 中實現 TAB 代碼補全, 可以補全的內容包括:標準的、自訂的,以及第三方模組和包。外加關鍵字、BIFs,和字串。

Pydiction主要由三個部分組成:
  1. python_pydiction.vim–該檔案為 Vim 的 plugin 檔案,實現 Python 檔案的 TAB 補全功能
  2. complete-dict–該檔案為 Vim 的 dictionary 檔案,其中包含 Python 關鍵字和模組結構等資訊。是 plugin 進行補全時所尋找的參考檔案
  3. pydiction.py–該檔案是 Python script 檔案,用於產生 dictionary 檔案。可以通過執行該指令碼添加更多的可 TAB 補全模組
Pydiction的配置
  • 把python_pydiction.vim放到ftplugin檔案夾下面,比如我的:
/usr/share/vim/vimfiles/ftplugin/python_pydiction.vim
  • 產生字典檔案
python pydiction.py django.db.models# 比如將pydiction.py放到settings.py的檔案夾下執行上面的命令,更多的在本文最後
  • 編輯vimrc檔案,添加三行代碼
filetype plugin on # 開啟外掛程式let g:pydiction_location = ‘/path/to/your/complete-dict‘let g:pydiction_menu_height = 20# 上一步產生的字典檔案:/data/www/xtyw/xtyw/complete-dict# 那麼上面的path就是它了
Pydiction的使用

tab自動補全,

最後補上常用的django需要匯入的字典:

python pydiction.py django django.conf django.contrib django.core django.db django.dispatch django.forms django.http django.middleware django.shortuts django.template django.templatetags django.utils django.views

最後:Markdown編輯器用起來不錯啊~csdn我又喜歡你了

vim-一種簡單易懂的django代碼補全方式

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.