Is this for a Flex project? What version of the SDK are you using? Are all of the libraries for that SDK in the path? What are the MXML namespaces you are using at the top? I think 2006 doesn't support fx:Declarations.
On 11/5/13 10:34 PM, "flexcapaci...@gmail.com" <flexcapaci...@gmail.com> wrote: >Yeah. I don't have that option in any of the projects so I don't think >that's it. It's only MXML in the declarations section of an MXML document >that don't show autocomplete. If I add the namespace at the top to a >package, "xmlns:ns="com.domain.*" then autocomplete for those classes of >that package work. > > >On Tue, Nov 5, 2013 at 11:34 PM, Justin Mclean ><jus...@classsoftware.com>wrote: > >> Hi, >> >> > Where is this setting? I'm using FB 4.7 on Mac. Currently, in one of >>my >> > projects, one of my included libraries is not showing autocomplete but >> > autocomplete still works for the SDK classes. >> >> You normally add it via "-advanced-telemetry=true" in the compiler >> options. The above sound like a similar but different issue? >> >> Justin