[vim ] 如何自動顯示struct有什麼member

看板Editor (編輯器(vim/emacs))作者 ( )時間14年前 (2010/05/04 14:20), 編輯推噓0(002)
留言2則, 2人參與, 最新討論串1/1
假設我有個struct長這樣 struct array { int id; int passwd; }; struct array person; 我希望在我打 person.的時候能夠自動顯示出我有id和passwd可用。 或是不需自動顯示 設成快速鍵也可以 有什麼方法嗎? 感謝解惑~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 60.251.183.145

05/06 13:45, , 1F
可能要自定 ctags 才有辦法做到。
05/06 13:45, 1F

05/06 14:16, , 2F
已經解決了 安裝omnicppcomplete就可以了
05/06 14:16, 2F
文章代碼(AID): #1BtxoNsy (Editor)
文章代碼(AID): #1BtxoNsy (Editor)