#About
This NetBeans plugin provides support for FuelPHP Framework.
##Feature
- Badge Icon (Done)
- create a new FuelPHP Project from New Project Option(Done)
- create a file for auto completion(Done)
- Action : go to view , go to action (Done)
- manually build and install NBM file
- download NBM(https://github.com/junichi11/fuelphp-netbeans/downloads) file and manually install
Create a new file for auto completion from Project Menu > FuelPHP > create auto completion file It's added to nbproject directory. c.f. https://gist.github.com/2364280 (kenjis)
If create a project from new project, add it automatically.
- Right-click at the action method in the controller file.
- Navigate
- Go to view
- Right-click in the view or view model file.
- Navigate
- Go to action
Don't clone to SD Card port from new project option!(Hang up...)
##License
CDDL-GPLv2 (see license file)