We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4b5a8 commit 827b227Copy full SHA for 827b227
src/editor/CodeHintManager.js
@@ -172,11 +172,13 @@
172
* Either null, if the request to update the hint list was a result of
173
* navigation, or a single character that represents the last insertion.
174
*
175
+ * ```js
176
* return {jQuery.Deferred|{
177
* hints: Array.<string|jQueryObject>,
178
* match: string,
179
* selectInitial: boolean,
180
* handleWideResults: boolean}}
181
+ * ```
182
183
* Null if the provider wishes to end the hinting session. Otherwise, a
184
* response object, possibly deferred, that provides 1. a sorted array
0 commit comments