hint: function()

in src/executable-code/executable-fragment.js [698:709]


          hint: function () {
            return {
              from: mirror.getDoc().getCursor(),
              to: mirror.getDoc().getCursor(),
              list: results.map((result) => {
                if (!withImports) {
                  result[IMPORT_NAME] = null;
                }
                return new CompletionView(result);
              }),
            };
          },