R – Flex builder 3 word completion/intellisense stopped working for new variables

apache-flexflexbuilder

For some reason code completion/intellisense has stopped working for new properties in
our projects.

These are the symptoms:

  • Add a new property to a class
  • If you go to a different class, and you try to use that property, the intellisense dropdown doesn't show the new property. It does show the already existing ones.
  • If you build the project, everything works fine, there are no errors or compiler warnings.
  • The property will not show in intellisense until you restart Flex Builder (version 3).

We have tried it on different machines and als tried to set up the workspace again, but the symptoms stay the same everywhere in our project.

Anyone who has seen this behaviour before and any tips on how to resolve this?

Thanks

Best Answer

I see this behavior while flexBuilder is "Building WorkSpace" and "Refreshing WorkSpace" which, on large projects can take a few minutes sometimes. Flex builder by default builds your workspace every time you save some changes or launch/debug a project.

If you don't have "Build Automatically" checked under the "Project" menu, then your workspace will not be built with each save and you will not see your new properties until it is built, which won't be until Flex builder restarts.