/laravel-netbeans-autocompletion

Task file of Laravel that run via artisan to generate helper file for autocompletion in Netbeans

Primary LanguagePHP

This project isn't contine.

I don't have time to maintenance it. Please use this project. https://github.com/barryvdh/laravel-ide-helper

laravel-netbeans-autocompletion

Task file of Laravel that run via artisan to generate helper file for autocompletion in Netbeans. Example code that I generated.

If you see problem, please open issue. Thanks!

How to use?

  1. Put ccg.php to /application/tasks/ in your laravel projects.
  2. open your dos or shell and type this command at your root of laravel project php artisan ccg:save ide_helper.php You will get ide_helper.php for Netbeans use in autocompletion.

Another things that you must do

  1. In Netbeans click Tools -> Options.
  2. Click Editor -> Code Completion tab.
  3. Click dropdown change All languages to PHP.
  4. Checkbox Also Non-Static Methods after "::".
  5. Click OK and reopen Netbeans.

Credit and Thanks!