NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
CODE COMPLETION - PHP STATEMENTS


Joined: 27 Jun 2012
Posts: 1
Reply with quote
Is it possible to show php statement e.g. require_once() when using Code Completion, or am I just misunderstanding what code completion can do?

Hugh
View user's profileFind all posts by ahrcSend private message
Guru master

Joined: 24 Jul 2009
Posts: 737
Reply with quote
It doesn't work for some PHP statements, although it seems to work for most of the things that 'matter' where a bit of assistance might be required.

One possibility is that PhpED uses the information that is provided by PHP Reflection http://www.php.net/manual/en/intro.reflection.php, and maybe PHP does not provide information on some words. Maybe require_once() is a statement, isset() is a function and file_exists() is from a class, so only file_exists() gets code completion. However, I don't know if PhpED uses Reflection or not.
View user's profileFind all posts by plugnplaySend private message
CODE COMPLETION - PHP STATEMENTS
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic