Files
openide/python/educational-python/resources/tips/CodeCompletionNoShift.html
Valentina Kiryushkina 7e5a5b849a Rename educational plugins and update plugin's description
edu --> educational-python
educational --> educational-core
interactive-learning --> student
2016-01-26 19:36:12 +03:00

17 lines
734 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
When using basic code completion (<span class="shortcut">&shortcut:CodeCompletion;</span>),
you don't need to type upper-case letters in CamelHump names.
It is enough to type the initial letters of the camel names in lower case, and they will be smartly recognized.</p>
<p class="image">
<img src="images/code_completion_no_shift.png"></p>
<p>This behavior is enabled, if <span class="control">None</span> is selected from the
<span class="control">Case sensitive completion</span> drop-down list (the
<span class="control">Code Completion</span> page of the Editor settings).
</body>
</html>