Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse code editor - Auto completion feature
Eclipse code editor - Auto completion feature [message #324546] Fri, 25 January 2008 13:54 Go to next message
Eclipse UserFriend
Originally posted by: marcio.debarros.gmail.com

Hi I have the following problem in my source code editor that is very
annoying.


When I have a method like the following:

public IRegistryElement create(final ModelObjectImpl model) {
....
}

If I position the cursor on the line immediately above it and type: /**
to add the method comment, sometimes the auto completion feature works
fine and generates the proper template:

/**
*
* @param
* @return
*/

However in some other cases, which I can't figure out why, it only
generates:

/**
*
*/


Does anyone have any idea (or lack of configuration) on what causes this ?

Thanks,

--MD.
Re: Eclipse code editor - Auto completion feature [message #324598 is a reply to message #324546] Mon, 28 January 2008 12:45 Go to previous message
Eclipse UserFriend
Marcio DeBarros wrote:

> Hi I have the following problem in my source code editor that is very
> annoying.
>
>
> When I have a method like the following:
>
> public IRegistryElement create(final ModelObjectImpl model) {
> ...
> }
>
> If I position the cursor on the line immediately above it and type:
> /** to add the method comment, sometimes the auto completion feature
> works fine and generates the proper template:
>
> /**
> *
> * @param
> * @return
> */
>
> However in some other cases, which I can't figure out why, it only
> generates:
>
> /**
> *
> */
>
>
> Does anyone have any idea (or lack of configuration) on what causes
> this ?

It's a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=38185

Dani

>
> Thanks,
>
> --MD.
>
>
>
>
Previous Topic:icon for closed projects
Next Topic:Multiple tasks in the progress monitor
Goto Forum:
  


Current Time: Fri Sep 19 15:38:32 EDT 2025

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

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

Back to the top