Description of the need

When adding a new field to a content type, it automatically generates the field's machine name by using its title prefixed with field_:

Screenshot 2023-07-17 at 7 22 37 PM

In order to distinguish similar fields and to avoid mess in database, we always manually add the content type's name:

Screenshot 2023-07-17 at 7 28 49 PM

Proposed solution

I believe if the prefix consisted of field_ and content type's machine name like so field_listing_, it would only increase the usability and comfort of developing.

Screenshot 2023-07-17 at 7 36 58 PM

GitHub Issue #: 
6172