Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Completion of variables
Completion of variables [message #1787] Tue, 22 April 2003 10:46 Go to next message
Eclipse UserFriend
Originally posted by: pmateescu.novosadhayes.com

Hi,

I have just started using Eclipse and I really like it. I think it's one
of the best interfaces I've seen.
I've added PHPEclipse and plan to use it for my other projects as well.

I have a question thought, one I couldn't figure out. (Java or PHP)...
Given this declaration:
string myOwnString;...

I want to type "my", hit a key combination (Ctrl+Space) and get all the
variables that start with my*. (Well, in PHP's case that would be
$myString).

Any suggestions on how to make it happen?

Thanks a lot!
Re: Completion of variables [message #1793 is a reply to message #1787] Tue, 22 April 2003 11:02 Go to previous message
Eclipse UserFriend
Originally posted by: genadyb.inter.net.il

If the PHP plugin provides code completion, it should work.

You can also try different context insensitive code completion plugins.
One is "Editor Enhancements" from http://lunar-eclipse.sf.net/
(emacs-style) and the other is by "zClipse" (eclipse-style). I don't
remember their website, but you can find it by searching the
eclipse.tools group.

Genady

Philip Mateescu wrote:
> Hi,
>
> I have just started using Eclipse and I really like it. I think it's one
> of the best interfaces I've seen.
> I've added PHPEclipse and plan to use it for my other projects as well.
>
> I have a question thought, one I couldn't figure out. (Java or PHP)...
> Given this declaration:
> string myOwnString;...
>
> I want to type "my", hit a key combination (Ctrl+Space) and get all the
> variables that start with my*. (Well, in PHP's case that would be
> $myString).
>
> Any suggestions on how to make it happen?
>
> Thanks a lot!
>
>
>
Re: Completion of variables [message #1799 is a reply to message #1793] Tue, 22 April 2003 11:01 Go to previous message
Eclipse UserFriend
Originally posted by: pmateescu.novosadhayes.com

Thanks!

Following your suggestion I found the TextComplete which was exactly what
I wanted.

Thanks a million again!

philip

Genady wrote:

> If the PHP plugin provides code completion, it should work.

> You can also try different context insensitive code completion plugins.
> One is \"Editor Enhancements\" from http://lunar-eclipse.sf.net/
> (emacs-style) and the other is by \"zClipse\" (eclipse-style). I don\'t
> remember their website, but you can find it by searching the
> eclipse.tools group.

> Genady

> Philip Mateescu wrote:
> > Hi,
> >
> > I have just started using Eclipse and I really like it. I think it\'s one
> > of the best interfaces I\'ve seen.
> > I\'ve added PHPEclipse and plan to use it for my other projects as well.
> >
> > I have a question thought, one I couldn\'t figure out. (Java or PHP)...
> > Given this declaration:
> > string myOwnString;...
> >
> > I want to type \"my\", hit a key combination (Ctrl+Space) and get all the
> > variables that start with my*. (Well, in PHP\'s case that would be
> > $myString).
> >
> > Any suggestions on how to make it happen?
> >
> > Thanks a lot!
> >
> >
> >
Previous Topic:[REQ] JSP development
Next Topic:Classpath of a plugin programmitically ?
Goto Forum:
  


Current Time: Tue Jun 03 00:45:45 EDT 2025

Powered by FUDForum. Page generated in 0.24273 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top