[Fixed] Autocomplete issues

When typing in a server code module, autocomplete is not suggesting anything.
When typing in a client code form/module/package (and weirdly in a server package), it works perfectly, except that it cannot suggest anvil.server.call functions

This happens on every app i have, so hoping that this is an account setting that i have accidentally changed and can no longer find?

Possibly related - when creating a scheduled task, there are no tasks available in the ‘Task to Run’ dropdown.

Just to confirm you’ve tried this in a blank app?

I can confirm that it works fine in a blank app

1 Like

Are you doing any more modern features like the := Walrus operator? Those work in server code, but they stop the autocomplete from working.

Reproduced and should now be fixed, thanks for reporting