netbeans c auto popup code completion

前端 未结 3 1898
清歌不尽
清歌不尽 2020-12-15 10:17

I\'m using Netbeans 7 to program C.

Imagine if I type prin and CTRL+SPACE a popup window will come up with the printf suggesti

3条回答
  •  Happy的楠姐
    2020-12-15 10:41

    Anything language auto popup using "tab key"

    Goto -> Tools -> Options -> Keymap -> 'completion' search in "search :" box.

    click on [...] under 'shortcut' column where 'Actions' "Show Code Completion Popup" -> edit -> press tab -> press 'ok'

    Now check and when editing.

提交回复
热议问题