Find Usages of a procedure do not show client calls.
If I define a procedure:
and then use it in the client:
these usages don't show up with
How do people find the places where they're calling their endpoints in their client code? Are people just doing raw text searches?
and then use it in the client:
these usages don't show up with
Find usages functionality for VS Code, and only inconsistently for WebStorm.How do people find the places where they're calling their endpoints in their client code? Are people just doing raw text searches?