Eclipse Setup

Install Eclipse in the recommended way for your environment, and start it.  Then: 

Git Setup

Before continuing, in a shell, do:

$ cd $PROJECT_DIRECTORY

$ ./configure --disable-codecs --enable-vp8 --target=x86_64-linux-gcc --enable-debug --disable-install-docs --log=yes --enable-internal-stats --enable-unit-tests

Return to Eclipse:

Adding Gerrit Support

Indexing and Content Assist (so that code references work) 

Missing includes?

Content Assist

To use, type in the start of a structure or parm and hit Ctrl+Space to see list of options. Also works for functions, etc. Now, as you type code, it shows you the errors in your code until you fix.

Style

To use, select text and press Ctrl+Shift-F to reformat the selection.

Debugging