mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
19 lines
672 B
HTML
19 lines
672 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>The shortcuts such as <span class="shortcut">&shortcut:QuickJavaDoc;</span>
|
|
(<span class="control">View | Quick Documentation</span>),
|
|
<span class="shortcut">&shortcut:ParameterInfo;</span> (<span class="control">View | Parameter Info</span>),
|
|
<span class="shortcut">&shortcut:GotoDeclaration;</span> (<span class="control">Navigate | Declaration</span>)
|
|
and others can be used not only in the editor but in the code completion popup list as well.</p>
|
|
<p class="image"><img src="images/quick_javadoc_in_lookups.png"></p>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|