Put CodeInsight to work for you
Use these timesaving CodeInsight features: <ul type = "disc"><li><kbd>Ctrl+H</kbd>
 invokes MemberInsight (Brings up a context-sensitive list of available classes and methods for the current context).</li>
<li><kbd>Ctrl+Space</kbd>
 automatically completes class and method names as you type. Set the Autocomplete While Typing option on the CodeInsight page of the Editor Options dialog box (Tools|Editor Options).</li>
<li><kbd>Ctrl+Shift+H</kbd>
 or <kbd>Ctrl+Shift+Space</kbd>
 invokes ParameterInsight when inside the parentheses of a method (Gives parameters expected for the method being coded).</li>
<li><kbd>Ctrl+Enter</kbd>
 invokes Find Definition (&quot;Drills down&quot; and opens the source of the symbol the caret is over in the content pane).</li>
<li><kbd>Ctrl+Alt+Space</kbd>
 or <kbd>Ctrl+Alt+H</kbd>
 invokes ClassInsight, where you search and add classes. When you add a class using ClassInsight, the import statement is automatically added to your code. <p><b>Note</b>
: For the Macintosh, use the <kbd>Command</kbd>
 key instead of <kbd>Ctrl</kbd>
.</p>
<p><b>Important:</b>
 Keyboard commands vary by keymapping. For a list of keyboard commands, see Help|Keyboard Mappings.</p>
</li>
</ul>
