Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
3.0
-
None
-
None
Description
The improvements is simple:
...
if (failedId === autocompleteModule) {
requirejs.undef(failedId);
// Fallback on the 'auto' hint.
CodeMirror.showHint(cm)
}
...
Basically we should fallback on the 'auto' hint or at least on the 'hintWords' (which is more valuable).