[program-java] Re: Eclipse: List of Commonly Used Features... Part II

  • From: "Stanzel, Susan - Kansas City, MO" <susan.stanzel@xxxxxxxxxxxx>
  • To: "program-java@xxxxxxxxxxxxx" <program-java@xxxxxxxxxxxxx>
  • Date: Thu, 24 Mar 2011 13:03:05 -0500

You are doing great and I appreciate it. All I really need is practice and I am 
doing simple stuff which makes it easier to consintrate on Eclipse.

Susie

-----Original Message-----
From: program-java-bounce@xxxxxxxxxxxxx 
[mailto:program-java-bounce@xxxxxxxxxxxxx] On Behalf Of Corbett, James
Sent: Thursday, March 24, 2011 12:57 PM
To: 'program-java@xxxxxxxxxxxxx'
Subject: [program-java] Eclipse: List of Commonly Used Features... Part II

5. Intellisense...

When dealing with an object, and you want a list of methods or properties 
associated with same.... Press the period key directly after the object name, 
then press the TAB key. A list of items will appear and by using the up and 
down arrows the list will expand. Select the option and press the enter key.

6. List of Applicable Options in a given Context.

CTRL + Space Bar and the TAB Key.

...an example would be if you use the key word "throws" The use of the 
previously mentioned key strokes will list all the exceptions for that given 
context. I don't really know how better to explain it other than what I have 
written.

7.


Other related posts: