Is there a way to insert a full visual studio code in anvil?

What I’m trying to do:
Create a menu to add orders in a restaurant, I already have the code, but I don’t understand how to insert it in anvil

What I’ve tried and what’s not working:
I’m a python beginner and I don’t understand how to create new folders or how can I insert a full python code I already wrote in visual studio code.
I did some buttons and add a table but that’s it
Is there a similar example I can relate?

Code Sample:

# code snippet

Clone link:
share a copy of your app

1 Like

I would suggest you start by going through and doing some of the tutorials - this will guide you step by step on how to get started.

Once you have a handle on Anvil you could probably reuse some of your existing code.

Edit:

https://anvil.works/learn

1 Like

Thanks, I thought so too. I will do that for now.