A project we've been working on for weeks in Flash Builder suddenly has stopped being navigable: all the nice features of Flash Builder like auto-completion, jump to definition, even search for References are only partially working -- they work for some classes but not for others. I've tried restarting Flash Builder, closing and opening the project, re-creating the project, but this bad situation persists. Moreover, it happened at about the same time for 2 other developers on the same project, each with a somewhat different configuration. It seems perhaps we have exceeded some internal limit of FlashBuilder, yet our project is not even that large yet. I'm not sure where I can look to troubleshoot this.
相关问题
- Google places autocomplete suggestion without coun
- Should I wait for Flash Player 10.1 or go with Fla
- How to load flex swf from flash?
- How to load flex swf from flash?
- Converting Date with Time in PST into UTC format
相关文章
- Set the z-index value of a jQuery autocomplete inp
- Builders in Java versus C++?
- How to disable autocomplete in address fields for
- Trace on Chrome/Browser console
- Clear text box in Jquery Autocomplete after select
- as3 ByteArray to Hex (binary hex representation)
- Is building separate .swc allow a faster loading o
- getElementById not working in Google Chrome extens
Right click on a class and select 'refresh' fixed this issue for me :)
I also noticed it opens a weird second class where code hinting is not working when you click on a hyperlink to that class from a different class. If you double click the 'Class.as' file in the documents tree then it works fine. Very strange
Usually an Eclipse shut down and relaunch solves the problem for me. But, here are a few other things to try:
I got significant improvement by turning of 'Enable Design Mode'
This happened when I added a model declaration to the MXML application. When I commented this out auto complete worked again.
This is a common problem in eclipse (aka Flash Builder).
Try increasing the available memory for it's "type caching" (I forget the specific term). You can do this by editing the FlashBuilder.ini in your flex home to look something like this:
(snipped out the irrelevant options)
You may also need to completely delete your workspace cache and recreate it. I haven't had this problem since I increased the max memory limit.
You probably don't need more then 512m on the max size, but I am working with a particularly large project with a lot of open library dependencies...
Removing then re-adding the project seemed to fix this for me.