netbeans c auto popup code completion

前端 未结 3 1900
清歌不尽
清歌不尽 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条回答
  •  不思量自难忘°
    2020-12-15 10:53

    I'm using netbeans with Java, but it may work the same way. It should be possible to enable autocomplete for C as well. Check Tools -> Options -> Editor -> Code completion. If it's disabled, you can invoke it with Ctrl + Space. When enabled it should pop up automatically. Hope this helps.

提交回复
热议问题