Add feature to generate entity framework core db context and entity classes...
It would be great to have an option to generate entity framework core's dbcontext and entity classes from tables and views.
The option can be added on right click on Table(s) or schema. Or by right clicking and selecting the tables/schemas.
This should generate Db Context class containing DbSets for entity types generated along with mapping in OnModelCreating override.
The dbcontext and entity classes can generated in single file or multiple files in the linqpad.
Moreover, almost all the commands in dotnet ef utility can be added e.g. dbcontext scaffold, migrations (add, remove), update database etc.
These would help increasing the development productivity.