blob: b9128ec74cf5b9a6dd00b626f314857b7e640bc5 [file] [log] [blame]
Tor Norbye814f8292014-03-06 17:27:18 -08001<html>
2<head>
3 <link rel="stylesheet" type="text/css" href="css/tips.css">
4</head>
5<body>
6 <p>
7 When using basic code completion (<span class="shortcut">&shortcut:CodeCompletion;</span>),
8 you don't need to type upper-case letters in CamelHump names.
9 It is enough to type the initial letters of the camel names in lower case, and they will be smartly recognized.</p>
10 <p class="image">
11 <img src="images/code_completion_no_shift.png"></p>
12 <p>This behavior is enabled, if <span class="control">None</span> is selected from the
13<span class="control">Case sensitive completion</span> drop-down list (the
14<span class="control">Code Completion</span> page of the Editor settings).
15</body>
16</html>