[Fixed] Editor not showing suggestions from dependencies

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.
2 Likes

I’ve noticed this off and on for a while now. It would happen in some apps and not others, and I could never work out what caused it. I just tried a few apps, and it seems it isn’t working in any of them now.

1 Like

I saw that this was marked as [FIXED], but on my apps it’s still not working. Don’t know if the fix just wasn’t released into production yet or if it’s another problem…

1 Like

thanks yeah - it’s probably not yet deployed. Thanks for raising

1 Like