blob: 6cbdb9ba2cb7e00dd9b332e9dc4f4870d79bb521 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>
Using code assist
</title>
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
</head>
<body>
<h1>
Using code assist
</h1>
<p>
The scrapbook editor supports code assist similarly to the regular Java
editor.
</p>
<p>
For example, type&nbsp;<em>TestCase&nbsp;</em>in the scrapbook editor and press <kbd>Ctrl+Space</kbd>. Code assist prompts you with possible completions.
</p>
<img src="../images/tasks-46.png" alt="A Java editor with a content assist window at the caret position">
<p>
<img src="../images/ngrelr.png" alt="Related reference" border="0" ><br>
<a href="../reference/ref-143.htm">Java Content Assist</a>
</p>
</body>
</html>