Netbeans, custom code standard

0

Is there a way I can load a require for example in the classes.php in netbeans by default?

    
asked by anonymous 26.06.2016 / 03:30

1 answer

2

Yes, you can modify the default template that NetBeans makes available to any file.

In the top bar, click "Tools" and then "Templates". Select the template package you would like to modify (in your case PHP), then select the template / file type (new class, interface, etc.) and click "Open in Editor".

Make the necessary changes and save the new template.

    
26.06.2016 / 05:19