junichi11 / fuelphp-netbeans

Support for FuelPHP Framework
26 stars 3 forks source link

Improvement for code completion of view path #16

Closed junichi11 closed 11 years ago

junichi11 commented 11 years ago

I'll remove the configuration for creating file automatically. Then, I'll add a feature that creates a new file when we run code completion.

e.g.

View::forge('welcome/index[Alt + Enter]');

A new file will be created if we run Alt + Enter when index file doesn't exist.

junichi11 commented 11 years ago

fuel-nb-codecompletion-viewpath1 fuel-nb-codecompletion-viewpath2

junichi11 commented 11 years ago

I didn't remove automatic creation configuration because it is used Hyperlink navigation.