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
Nurul
10/21/2022, 4:41 PM
Hey @Ray Tiley 👋
Can you please elaborate on what you mean by seeing all references? I didn’t quite get that
r
Ray Tiley
10/21/2022, 4:55 PM
for normal javascript / typescript in vs code you can right click a symbol and "Find All References"
Ray Tiley
10/21/2022, 4:55 PM
Ray Tiley
10/21/2022, 4:55 PM
which is useful for exploring a project and see how something is used
Ray Tiley
10/21/2022, 4:55 PM
trying to figure out how I could do that with a schema file
v
Vladi Stevanovic
10/25/2022, 7:08 PM
👋 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
Nurul
10/26/2022, 6:16 PM
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?