What I’m trying to do:
Use imports from other dependencies, like anvil_extras or first-party dependencies.
What I’ve tried and what’s not working:
The editor is not showing any dependency while typing from anvil_extras
. It’s also not showing autocomplete for imports that classes that were previously imported. Classes that inherit other from dependencies also don’t show autocompletion for methods defined in the parent class.
# import was made previously
from anvil_extras import logging
# using the following code doesn't provide autocompletion:
logging.
Aditional Info
- No dependency is working in any of my apps. They were all working fine yesterday and no huge changes were made;
- I’m currently coding using an android Tablet, so I can’t inspect to see if any error occours in the console.
- All components shared by dependencies correctly appear in the designer.