1 comment

[ 3.0 ms ] story [ 14.4 ms ] thread
Recently, I was talking with my colleagues about how sometimes it takes longer than it should to find a specific model in the schema.prisma.

With that in mind, I created Prisma Summary, a VS Code extension that organizes your schema.prisma and generates a summary to make navigation easier. :D

What it does:

Automatically sorts your schema.prisma file alphabetically.

Generates a summary of all models, enums, and other components for quick navigation.

Let me know what you think! Feedback and contributions are always welcome. :D