Skip to content

com-ethode-jables/laravel-netbeans-autocompletion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published