I realize prisma schema generates the actual clien...
# orm-help
r
I realize prisma schema generates the actual client.... but I wanna see everywhere in the code a specific model's property is used
👀 1
n
Hey @Ray Tiley 👋 Can you please elaborate on what you mean by seeing all references? I didn’t quite get that
r
for normal javascript / typescript in vs code you can right click a symbol and "Find All References"
which is useful for exploring a project and see how something is used
trying to figure out how I could do that with a schema file
v
👋 Hi @Ray Tiley - this is just to let you know that we haven't forgotten about this! We've had a large volume of questions but this is still on @Nurul's radar. Thank you for your patience! 🙏 😊
n
Oh, I get it now, I don't think this is supported yet. Could you open a GitHub Issue in our Prisma language tools repository?