English Version | Versão em Português
Prisma Summary is a VS Code extension that helps you manage and navigate through your Prisma schema files more efficiently. 🚀
- 🔄 Automatically sorts your Prisma schema files.
- 🔍 Provides easy navigation through models, enums, and other Prisma schema components.
- Open a Prisma schema file.
Contributions are welcome! Please fork the repository and submit a pull request. 🙌
This project is licensed under the MIT License.
Prisma Summary é uma extensão do VS Code que ajuda você a gerenciar e navegar pelos seus arquivos de esquema Prisma de forma mais eficiente. 🚀
- 🔄 Ordena automaticamente seus arquivos de esquema Prisma.
- 🔍 Fornece navegação fácil através de modelos, enums e outros componentes do esquema Prisma.
- Abra um arquivo de esquema Prisma.
Contribuições são bem-vindas! Por favor, faça um fork do repositório e envie um pull request. 🙌
Este projeto está licenciado sob a Licença MIT.
1 Comment
jcassio-dev
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