I am using Intellij IDEA with Php support, it is a great code editor, but it the tool feel lost with fuel codebase just because autoload feature. The IDE claim errors on every page, just because we are not explicity calling the 'use' statement.
Before Explicity import classes.
http://s9.postimage.org/yhvtnhgan/intellij_fuel.png
After
http://s16.postimage.org/g2qu1u5ol/intellij_fuel_2.png
Anybody has any idea how can I solve this?
Hi, you could try WanWizards approach for PHPStorm ( The IDEA PHP IDE ) found in this post ( http://fuelphp.com/forums/posts/view_reply/3947 ) although this isnt the exact same IDE it "should" work.