Eclipse code editor - Auto completion feature [message #324546] |
Fri, 25 January 2008 13:54  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
>
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03283 seconds