CodeIgniter Forums
How to autocomplete CI with PhpDesigner? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How to autocomplete CI with PhpDesigner? (/showthread.php?tid=29877)

Pages: 1 2


How to autocomplete CI with PhpDesigner? - El Forum - 04-24-2010

[eluser]Unknown[/eluser]
I user newest PhpDesigner
How can I autocomplet CI?

Thank you very much!


How to autocomplete CI with PhpDesigner? - El Forum - 04-25-2010

[eluser]Tominator[/eluser]
Hi!

I am using PHPDesigner, but I think there is not CI support, but you can write to support.

Tom.


How to autocomplete CI with PhpDesigner? - El Forum - 04-25-2010

[eluser]pickupman[/eluser]
Just create a project for you folder you are working on. Open the project, and phpDesigner parses all of the files in the folders. phpDesigner will autocomplete any functions for any code. I use it on codeigniter, wordpress, and zencart. All functions/methods are automatically working for anythings you will use.


How to autocomplete CI with PhpDesigner? - El Forum - 04-25-2010

[eluser]Tominator[/eluser]
Oh yea man, I forgot!


How to autocomplete CI with PhpDesigner? - El Forum - 04-26-2010

[eluser]Neeraj Kumar[/eluser]
thanks for sharing... but is the same possible in Dreamweaver???


How to autocomplete CI with PhpDesigner? - El Forum - 04-26-2010

[eluser]Twisted1919[/eluser]
[quote author="pickupman" date="1272243193"]Just create a project for you folder you are working on. Open the project, and phpDesigner parses all of the files in the folders. phpDesigner will autocomplete any functions for any code. I use it on codeigniter, wordpress, and zencart. All functions/methods are automatically working for anythings you will use.[/quote]
Neah , it's not so pink though .
PHP Designer is my fav editor too , i am using it . It's true that i have completition but is very poor , not for every method available in ci .


How to autocomplete CI with PhpDesigner? - El Forum - 04-26-2010

[eluser]clod[/eluser]
I use Codelobster PHP Edition with special CodeIgniter plug-in for working with CodeIgniter.
It has very powerfull auto-completion and context help features.


How to autocomplete CI with PhpDesigner? - El Forum - 04-26-2010

[eluser]pickupman[/eluser]
Dreamweaver doesn't support completion or hints for anything in CI. phpDesigner works great as an editor. You can get it working with Netbeans 6.8 as well with a work around, and the next release 7.0 will support in natively.


How to autocomplete CI with PhpDesigner? - El Forum - 05-06-2010

[eluser]jplanet[/eluser]
The newly released Dreamweaver CS5 does support site-specific code hinting...


How to autocomplete CI with PhpDesigner? - El Forum - 05-06-2010

[eluser]erik.brannstrom[/eluser]
[quote author="pickupman" date="1272306263"]You can get it working with Netbeans 6.8 as well with a work around, and the next release 7.0 will support in natively.[/quote]

I'm sorry, this is a bit off topic, but since you brought it up I must ask where you found information about NetBeans 7.0 and especially regarding support for CodeIgniter autocompletion? I haven't found squat on version 7 myself..