Autocomplete not working in v11

Hi there,

autocomplete is not working in v11.

Here is the corresponging log entry:

[2017-09-27 11:03:09,451] [ERROR] console-logger: TypeError: data is null (2) in chrome://codeintel/content/sdk/feature/completions.js:129
Traceback (most recent call last):
File “chrome://codeintel/content/sdk/feature/completions.js”, line 129, in

[2017-09-27 11:03:09,618] [ERROR] console-logger: TypeError: data is null (2) in chrome://codeintel/content/sdk/feature/completions.js:129
Traceback (most recent call last):
File “chrome://codeintel/content/sdk/feature/completions.js”, line 129, in

[2017-09-27 11:03:09,766] [ERROR] console-logger: TypeError: data is null (2) in chrome://codeintel/content/sdk/feature/completions.js:129
Traceback (most recent call last):
File “chrome://codeintel/content/sdk/feature/completions.js”, line 129, in

[2017-09-27 11:03:53,510] [ERROR] console-logger: bad script XDR magic number (0) in :0
Traceback (most recent call last):
File “”, line 0, in

Thanks,
Daniel

Autocomplete is working in v11. It’s just a matter of what language you are using, what context it’s in, what completions you are expecting, etc. Unfortunately, the log you provided is meaningless in this regard.

To add to what @mitchell said, can you provide sample code on which this is happening? It’s hard to say whether you have encountered a bug or something that is simply by design.