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.

icktoofay
  • 126,289
  • 21
  • 250
  • 231
user3598130
  • 73
  • 1
  • 5
  • First hit on Google: https://netbeans.org/kb/docs/cnd/HowTos.html – jrd1 May 03 '14 at 03:56
  • Doesnt work. It says is for projects from existing sources or existing binary, and, for the others projects (like mine) "configuration" is not necessary. – user3598130 May 03 '14 at 04:55

1 Answers1

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

HEKTO
  • 3,876
  • 2
  • 24
  • 45