0

PHP code completion

Alessandro Vannini 12 years ago updated by Alexander Blach (Developer) 12 years ago 1
I'm a new user of Textastic (amazing app!!!), and I'm experimenting with this new software to modify some php files on my personal development server. It seems that the code completion doesn't cover ALL the PHP functions, just a number are supported. For example, the foreach function doesn't seem to be supported in php autocompletion.

I'm I wrong? Is there a way to get ALL the latest PHP release's functions for autocompletion?

Thank you! :-)
Currently, there is only code completion for built-in PHP functions (like addslashes() or mysql_connect()). There is currently no code completion for statements like if, for, foreach etc. - I plan to extend PHP code completion in the future.