BOCOVO / db-schema-visualizer

A Visual Studio Code extension to visualize database schemas as Entity Relationship Diagrams (ERD) from DBML or Prisma files directly within the editor.
MIT License
43 stars 3 forks source link

table name is trucated or column name is on top of datatype for long field names #33

Closed desoumyadeep closed 3 months ago

desoumyadeep commented 4 months ago

As the tables are rendered in Preview as fixed size and cannot be resized, the texts are either truncated or are one on top of other if the column name or the table name is long.

Please add Table Resize / Autosize

Screenshot 2024-05-07 at 9 22 49 AM

BOCOVO commented 4 months ago

Hello @desoumyadeep !

Indeed, table width is fixed in the release, but I'm already working ( https://github.com/BOCOVO/db-schema-visualizer/pull/32 ) on adapting it to its content (autosize). This improvement will be available soon 🔥 .