Script Autocomplete for libraries?

Hello All,

Should autocomplete work for libraries that I’m using in a project.

For example in the Real Time Multiplayer example that uses the socket io client library.

When pressing “Ctrl + Space” on line 14 with the cursor after the dot the code autocomplete for not function:

Is this expected behavior or am I missing something?

Thanks

Jack

If the library is minified then there may be problems with the editor parsing the file.