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
45 stars 4 forks source link

Hover Highlight Config #56

Open ptyork opened 3 weeks ago

ptyork commented 3 weeks ago

Thanks so much for this extension. It's excellent!

One request would be to give some configurability over the mouse hover highlighting. One or more of:

I will use this as a teaching tool. Currently the highlighting is a bit distracting/confusing as I move my mouse around to describe model features, especially in dark mode.

BOCOVO commented 3 weeks ago

Hello @ptyork ! Thank you for submitting this issue. Of course, the highlighting can be a bit distracting. I will implement the first option of your suggestion soon ability to disable the highlighting completly.

And it's nice to know that the extension is being used to teach 😊

ptyork commented 3 weeks ago

Thanks! That'll work just fine.

Yeah, we use GitHub Classroom and Codespaces for the course, so it's great to find such a high quality solution for DBML diagramming that allows us to stay entirely within that ecosystem.