Problem Statement
It's kinda frustrating to lookup into all plugins to check if a utility function exists which sometimes doesn't.
Proposed Solution
It could be cool to integrate a way to inject a method into Entity class to be able to use it like entity->Method(). This also add a way through IDE to see usable method of the entity.
Alternative Solutions
None
Use Cases
Describe how this feature would be used and who would benefit from it:
- Use case 1: Use utility functions through Entity class
- Use case 2: List all available methods in IDE for Entity
Impact
Describe the potential impact of this feature:
Implementation Details (optional)
None
Additional Context
None
Related Issues
List any related issues or PRs:
Problem Statement
It's kinda frustrating to lookup into all plugins to check if a utility function exists which sometimes doesn't.
Proposed Solution
It could be cool to integrate a way to inject a method into Entity class to be able to use it like
entity->Method(). This also add a way through IDE to see usable method of the entity.Alternative Solutions
None
Use Cases
Describe how this feature would be used and who would benefit from it:
Impact
Describe the potential impact of this feature:
Implementation Details (optional)
None
Additional Context
None
Related Issues
List any related issues or PRs: