WebStorm tips of the day (WEB-2303)

This commit is contained in:
Kirill Safonov
2012-12-13 23:18:12 +04:00
parent 2e4aca33b3
commit a8de05c3ea
+3 -3
View File
@@ -5,12 +5,12 @@
<body>
<p>To open your browser with Javadoc for the class or method used at the editor's caret,
<p>To open your browser with documentation for the element at the editor's caret,
press <span class="shortcut">&shortcut:ExternalJavaDoc;</span>
(<span class="control">View | External JavaDoc</span>).</p>
(<span class="control">View | External Documentation</span>).</p>
<p>You must have the path to your browser set in the <span class="control">General</span> options
(<span class="control">File | Settings</span>)
and paths to Javadoc-generated files added to your project
and paths to documentation files added to your project
(<span class="control">File | Settings | Project Structure</span>) to use this feature.</p>
</body>