Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Text(or word) completion
Text(or word) completion [message #172153] Fri, 06 August 2004 06:34 Go to next message
Eclipse UserFriend
Originally posted by: emdot.seznam.cz

Hi,

may be that I'm blind but is there a 'Word completion' feature in
eclipse? Something like CTRL-P and CTRL-N in Vim editor(insert mode) or
CTRL-K and CTRL-L in Netbeans.
I believe that I missed something but I'm not able to find it anywhere.
I found some plugin for 2.x version but there was not version for 3.0. I
think it would be nice to have this feature directly in the core JDT.

Thanks,
m.

PS: I know about code completion, but word completion would be very
usefull for strings, javadoc, xml documents and so on (at least for me :) )
Re: Text(or word) completion [message #172164 is a reply to message #172153] Fri, 06 August 2004 07:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Martin Krauskopf wrote:

> Hi,
>
> may be that I'm blind but is there a 'Word completion' feature in
> eclipse? Something like CTRL-P and CTRL-N in Vim editor(insert mode)
> or CTRL-K and CTRL-L in Netbeans.
> I believe that I missed something but I'm not able to find it anywhere.

For the Java editor you can make the spelling dictionary available in
the content assist i.e. you can then use Ctrl+Space to add and/or
complete words which are in your dictionary.

There's also a PR asking to support emacs-style hippie auto-completion
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=11668).

Dani

> I found some plugin for 2.x version but there was not version for 3.0. I
> think it would be nice to have this feature directly in the core JDT.
>
> Thanks,
> m.
>
> PS: I know about code completion, but word completion would be very
> usefull for strings, javadoc, xml documents and so on (at least for me
> :) )
Re: Text(or word) completion [message #172172 is a reply to message #172164] Fri, 06 August 2004 07:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: emdot.seznam.cz

Daniel Megert wrote:
> For the Java editor you can make the spelling dictionary available in
> the content assist i.e. you can then use Ctrl+Space to add and/or
> complete words which are in your dictionary.

It's a little different to what I mean but I didn't know even this. I
will try it.

> There's also a PR asking to support emacs-style hippie auto-completion
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=11668).

Quoting your words:
"There are no plans to include this for 3.0 except we get an external
contribution."

Ok, I will be waiting for the ONE who get this feature to work :) (I'm
not able to do it by myself for now).

Thanks for the answer

m.
Re: Text(or word) completion [message #172187 is a reply to message #172153] Fri, 06 August 2004 11:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kc.baltz.Lollimail.com

Check out the Editor Enhancements portion of the Lunar Eclipse plugin
(http://sourceforge.net/projects/lunar-eclipse/).

It includes a keystroke (Alt-/) for emacs style completion
(unidirectional unfortunately, I wish it was like Vim).

K.C.
Re: Text(or word) completion [message #172320 is a reply to message #172187] Sun, 08 August 2004 18:06 Go to previous message
Eclipse UserFriend
Originally posted by: emdot.seznam.cz

K.C. Baltz wrote:
> Check out the Editor Enhancements portion of the Lunar Eclipse plugin
> (http://sourceforge.net/projects/lunar-eclipse/).

Thanks a lot. This is exactly what I've been looking for.

> I wish it was like Vim).

I agree. But CTRL-N is already reserved in the core IDE. Anyway, works
perfectly for me.

m.
Previous Topic:java.lang.UnsatisfiedLinkError: no JMagick in java.library.path
Next Topic:Compiling large workspaces
Goto Forum:
  


Current Time: Sun Jul 13 23:54:47 EDT 2025

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

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

Back to the top