Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Code completion and javadoc

Hi Koen,

- Code completion in javadoc is planned for 3.1-M6 milestone (see JDT/Core
3.1 plan:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-core-home/r3.1/main.html#release-plan
)
- Renaming a member of a class already works in Javadoc as soon as you use
@see or @link tags to refer to this member instead of text...

Cordialement/Regards,

Frédéric




                                                                       
             "Koen Poppe"                                              
             <koentjepoppe@hot                                         
             mail.com>                                                  To
             Sent by:                  <eclipse-dev@xxxxxxxxxxx>       
             eclipse-dev-admin                                          cc
             @eclipse.org                                              
                                                                   Subject
                                       [eclipse-dev] Code completion and
             02/23/2005 04:55          javadoc                         
             PM                                                        
                                                                       
                                                                       
             Please respond to                                         
                eclipse-dev                                            
                                                                       
                                                                       




Hello all

I'm developing java-applications with Eclipse and as i'm writing a lot of
specifications in javadoc some things came into my attention.
- Code completion in javadoc would be great, as you have to type a lot of
method names in it
- Renaming a member of a class with refactoring can also change the textual
matches, it would be great if that option was available for rename-ing
methods

These are just two simple suggestions to make eclipse even better :-).

Greatings

Koen Poppe






Back to the top