Code Completion Interface File

jgmdev
Created by: jgmdev
Date: 06/05/2012 @ 1:35:01 am
Views: 4587

Today I created a php scrip that generates an interface wxwidgets.php file that can be used by any IDE with code completion support like Eclipse, NetBeans, etc...

You would just need to drop the interface file on your projects root directory and you will get code completion for wxWidgets constants, functions, classes/methods/constants.

By the way, I gave today a try to NetBeans to see if performance was better than Eclipse and I was surprised of how easy to use and less bloated is. Also it has great PHP code completion.

So here is a screenshot showing code completion by using the wxwidgets.php interface file:

screenshot-06052012-125335-am

Check the download section for latest interface file. Enjoy!

Comments