When refactoring or reviewing any Mendix app,
I want to find all usages of a specific action (like “Log message” or “Call REST service”) from the toolbox,
the same way I can find all usages of a specific microflow or a java action in the project explorer.
To check if best practices and code style were applied or to refactor/update all occurrences of that action somehow.
Suggested Solutions:
This would really be beneficial for refactoring code! Any updates on this from Mendix side, if and when we can expect this feature?
Currently there's no good solution for that as long as one does not search for activities related to entities, for example "Show Message" activity.
In Find Advanced, there is the possibility to search for integration microflow actions, but not for other actions. That would indeed be useful.