mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
18 lines
459 B
HTML
18 lines
459 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>You can use Basic Completion
|
|
(<span class="shortcut">&shortcut:CodeCompletion;</span>) in HTML, CSS and JavaScript files, for completing attributes,
|
|
parameters, tags, selectors, etc.</p>
|
|
<p class="image"><img src="images/completion_in_html.png"></p>
|
|
<p class="image"><img src="images/completion_in_html2.png"></p>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|