Hi everyone,
I'm currently using Eclipse PDT and CodeIgniter, is it possible to get code-completion for the sessions library like so:
$CI = &get_instance();
$CI->session->se (No auto-completion here.)
Also, is there some sort of plug-in (or just a method) that would allow eclipse to do this for all my CodeIgniter libraries.
Note: ...
I am using CodeIgniter and Eclipse PDT; is it possible to get eclipse to autocomplete loa as load-> instead of load? Similair to how you get $this-> automatically.
Thanks,
Lemiant
...
When I press Ctrl+P in NetBeans PHP while writing down function call parameters I get a tooltip reminding me of the parameters:
Is there an equivalent for this in Eclipde PDT? It seems I can only get the autocomplete box while typing the function name - as soon as the cursor is in the function calls parenthesis there is no obvious way ...
Hello,
I've set php executables to /opt/lampp/bin/php; when I'm starting to debug index.php as "php script" - everything is ok. But when I'm trying to debug as "php web page" nothing happens...
Here is my xDebug configuration
xdebug.remote_enable=1
xdebug.remote_autostart=0
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug...
Hi everyone,
I have been using eclipse for a couple of weeks now, and all of a sudden it has started crashing with this error:
An internal error occurred during: "Selection Job titile".
java.lang.StackOverflowError
Here's some other info:
It's the most recent build of Eclipse
Helios
I have installed subclipse
I use mylyn a bit
My ...
Hello,
I am using ecplise PDT and everything was working fine.But suddenly my .phtml , .tpl are not being supported.I mean my PHP files are opening as normal plain text..not getting code highlighting.
I also checked my PHP content file type and it says it is locked.
Help me !!
...
After years of using notepad++ for web development I've decided to start using some IDE. I've tried both: Zend Studio and Eclipse PDT. It appears they are pretty much similar.
When working on multiple projects I used to make "sessions" in notepad++ to keep each project files opened in editor. How do I achieve that in Zend Studio or Ecl...
Hi, I'm trying to update my Eclipse 3.5, but I get this message:
"Cannot complete the request. This installation hasn't been configured properly for Software Updates."
Any ideas why this might be?
...
Hello,
if I run my updated Eclipse Helios including PDT it will not show the options for the PHP perspective.
I run Eclipse under Windows 7 and Java 1.6.0_21. I tried to run the "-clean" option and already reinstalled PDT, but no success.
What could be the problem?
Thank you,
-lony
...
There are a couple of similar threads here, but most of the other tips don't work on PDT so let's make this one specific to Eclipse PDT for PHP.
I'll start (w/ credit to those that work from other the other threads):
CTRL-SPACE = code completion
CMD-/ = auto comment
CMD-SHIFT-L = key assist
If autocomplete isn't working righ...
i installed eclipse from the standard ubuntu repository
$ aptitude install eclipse
and then added the Galileo repository
Galileo Update Site - http://download.eclipse.org/releases/galileo/
and from the programming laguage section i selected php development tools (pdt) sdk feature
PHP Development Tools (PDT) SDK Feature 2.1.1...
What preference in Eclipse controls how much is deleted when you press control-delete/backspace? This is the delete whole word command as defined by the operating system (but I imagine expanded on in Eclipse).
In CDT, it's great. If you press control-delete in some white space it will delete all the way up to the first character. Lik...
I would like to fold {} brackets i.e if/else, for, while, foreach... sections in eclipse pdt. How can i do it. I don't see any options in settings.
...