You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register a handler to show hints at the top of the hint list.
272
+
This API allows extensions to add their own hints at the top of the standard hint list.
273
+
274
+
**Kind**: inner method of [<code>CodeHintManager</code>](#module_CodeHintManager)
275
+
276
+
| Param | Type | Description |
277
+
| --- | --- | --- |
278
+
| handler | <code>Object</code> | A hint provider object with standard methods: - hasHints: function(editor, implicitChar) - returns true if hints are available - getHints: function(editor, implicitChar) - returns hint response object with hints array - insertHint: function(hint) - handles hint insertion, returns true if handled |
0 commit comments