Autocomplete JavaScript Native Libraries

What I’m trying to do:
I am wondering if it is possible to add autocomplete/suggestions for javascript native libraries in the editor? Is there a possibility to add this?

Code Sample:
from anvil.js.window import BABYLON

def create_something(self):
BABYLON.(–> here the autocomplete/suggestions)

Thanks in advance for any help!