Hello
Did you change the way the IDE generates Browser information?
The way Item (1) works depends on the way you create "Browser data base".
If "Generate Browser Data From" is set to "Compiler" in the project's "Build Extras" panel, you will only be able to jump to symbol declaration after the application has been built successfully.
.If "Generate Browser Data From" is set to "Language Parser" in the project's "Build Extras" panel, you will be able to jump to symbol definition even when application could not be built successfully.
Item (2) below is what we call code completion.
If you wish Code completion to work in the IDE. Make sure to set
"Generate Browser Data From" to "Language Parser" in the project's "Build Extras" panel.
Also make sure "Automatic Invocation" is checked in the IDE Preferences "Code Completion" panel.
CrasyCat