views:

56

answers:

0

I'm working in Eclipse/PHP and miss a feature I use often in Visual Studio: in my code I call a method as if it existed and Visual Studio instantly gives me a drop down to "create method stub".

I've tried writing the method in PHP/Eclipse and the pressing CTRL-1 but it doesn't allow me to do this as this stackoverflow question indicated it would

alt text

This is my version of Eclipse:

Eclipse for PHP Developers Version:

Helios Release

Build id: 20100617-1415

How can I get Eclipse to offer to create method stubs for me after I type the name of a method that does not exist yet?