getting method description [message #324085] |
Thu, 17 January 2008 09:48  |
Eclipse User |
|
|
|
Originally posted by: biraq.hussein.gmail.com
Hi,
I would like to be able to see a method's description by simply hovering the
mouse over it. I know this is possible in eclipse since I've seen it
before, I just can't get it with the current version I am using (3.2.2).
Currently what I am seeing is this whenever I hover the mouse over any
element:
Note: This element neither has attached source nor attached Javadoc and
hence no information could be found.
Thanks in advance,
-Biraq
|
|
|
|
Re: getting method description [message #324126 is a reply to message #324106] |
Thu, 17 January 2008 12:56   |
Eclipse User |
|
|
|
Originally posted by: biraq.hussein.gmail.com
Thank you for your response Daniel.
However, I get this message even when I hover over the keyword 'String', for
example, which is in the Java default library. When I type the . (dot)
after, say, an instance of a String, eclipse displays all the methods for
that String instance..such as trim(), equals(),..etc. However, how do I get
the descriptions of these methods. More precisely, how do I import the
javadoc for these methods so that eclipse can show the description of these
methods.
thanks again,
-Biraq
"Daniel Megert" <daniel_megert@ch.ibm.com> wrote in message
news:fmo045$ee6$1@build.eclipse.org...
> bhuss wrote:
>
>>Hi,
>>
>>I would like to be able to see a method's description by simply hovering
>>the mouse over it. I know this is possible in eclipse since I've seen it
>>before, I just can't get it with the current version I am using (3.2.2).
>>
>>Currently what I am seeing is this whenever I hover the mouse over any
>>element:
>>
>>Note: This element neither has attached source nor attached Javadoc and
>>hence no information could be found.
>>
> This tells exactly why it's not working: the element you hover over is
> probably in a library (jar) which neither has attached source nor Javadoc.
>
> Dani
>
>>Thanks in advance,
>>
>>-Biraq
>>
>>
|
|
|
|
Re: getting method description [message #324155 is a reply to message #324085] |
Thu, 17 January 2008 20:49  |
Eclipse User |
|
|
|
Originally posted by: varavamu.yahoo.com
Are you sure you are using a JDK rather than a JRE?
Vijay
bhuss wrote:
> Hi,
>
> I would like to be able to see a method's description by simply hovering the
> mouse over it. I know this is possible in eclipse since I've seen it
> before, I just can't get it with the current version I am using (3.2.2).
>
> Currently what I am seeing is this whenever I hover the mouse over any
> element:
>
> Note: This element neither has attached source nor attached Javadoc and
> hence no information could be found.
>
> Thanks in advance,
>
> -Biraq
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.12607 seconds