|
102 | 102 | * param {'Editor'} editor |
103 | 103 | * A non-null editor object for the active window. |
104 | 104 | * |
105 | | - * param {string} implicitChar |
| 105 | + * param {String} implicitChar |
106 | 106 | * Either null, if the hinting request was explicit, or a single character |
107 | 107 | * that represents the last insertion and that indicates an implicit |
108 | 108 | * hinting request. |
109 | 109 | * |
110 | | - * return {boolean} |
| 110 | + * return {Boolean} |
111 | 111 | * Determines whether the current provider is able to provide hints for |
112 | 112 | * the given editor context and, in case implicitChar is non- null, |
113 | 113 | * whether it is appropriate to do so. |
|
168 | 168 | * assume that the document will not be changed outside of the editor |
169 | 169 | * during a session. |
170 | 170 | * |
171 | | - * param {string} implicitChar |
| 171 | + * param {String} implicitChar |
172 | 172 | * Either null, if the request to update the hint list was a result of |
173 | 173 | * navigation, or a single character that represents the last insertion. |
174 | 174 | * |
|
211 | 211 | * explicit hinting request, which may result in a new hinting session |
212 | 212 | * being opened with some provider, but not necessarily the current one. |
213 | 213 | * |
214 | | - * param {string} hint |
| 214 | + * param {String} hint |
215 | 215 | * The hint to be inserted into the editor context for the current session. |
216 | 216 | * |
217 | | - * return {boolean} |
| 217 | + * return {Boolean} |
218 | 218 | * Indicates whether the manager should follow hint insertion with an |
219 | 219 | * explicit hint request. |
220 | 220 | * |
221 | 221 | * |
222 | 222 | * __CodeHintProvider.insertHintOnTab__ |
223 | 223 | * |
224 | | - * type {boolean} insertHintOnTab |
| 224 | + * type {Boolean} insertHintOnTab |
225 | 225 | * Indicates whether the CodeHintManager should request that the provider of |
226 | 226 | * the current session insert the currently selected hint on tab key events, |
227 | 227 | * or if instead a tab character should be inserted into the editor. If omitted, |
|
0 commit comments