Skip to content
| Marketplace
Sign in
Visual Studio>Tools>MSharp.GoTo
MSharp.GoTo

MSharp.GoTo

Geeks Ltd

|
585 installs
| (0) | Free
Provides quick action Light Bulb to M# definitions
Download

Where is {Property} used?

If you press Ctrl + . with your cursor on an M# property definition line, you will see some Quick Action snippets appearing on the left hand side reading "Where is {PropertyName} used?". When you click it, it will jump onto the generated code for that property (in the Domain[Gen-Entities] folder) and then finds all references to that.

This way you can see where that property is used in:

  • Business logic
  • M# UI objects (Forms, Lists, Views)

This works in the other way around also. You can jump from a generated property's code into its M# definition by pressing Ctrl + ..

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft