Anvil SDK for PyCharm

If I’m understanding this all correctly, it’s possible to run client and server code in an environment like VSC or Pycharm, but not get the autocompletion features, because what you’re doing is using the anvil uplink, and not actually getting the definition for the types of the datatables classes or ui elements.

What I, and I think what you want, is access to the types, so we can get access to things like autocomplete without all the headache of doing mocks… etc…

New feature request?

Because I’d really, really like to be able to just use VSC, with autocomplete provided by some kind of Anvil service / extension, and have full integration for autocomplete.

So basically the option to use the Anvil IDE for lighter work, with the option to plug into environments that already do a bunch of heavy lifting.

2 Likes