Netbeans Code Assistance C++
Asked Answered
G

1

6

I'd like to activate the Netbeans Code Assistance but for C++, I just installed Netbeans 8.0 and followed all the steps in Netbeans site for installing Cygwing compiler. I am now able to compile C++ code; however the facility of Code Assistance doesn't appear. I don't know how to activate it.

Gallipot answered 3/5, 2014 at 2:4 Comment(2)
First hit on Google: netbeans.org/kb/docs/cnd/HowTos.htmlMilliard
Doesnt work. It says is for projects from existing sources or existing binary, and, for the others projects (like mine) "configuration" is not necessary.Gallipot
S
3

Code assistance should be active by default. Make sure your project properties aren't screwed up:

Project Properties Pop-up Window

Also you might need to add include directories in the Netbeans global options, which are in the "Tools" submenu for my Netbeans version:

Global Options

Susceptive answered 9/5, 2014 at 19:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.