Many times naming conventions are established. For example each enumerated type definition should end with _t, each unit definition with _u or each type should be prefixed with vr_ahb.
Naming conventions are automatically checked when building a project. You just need to define them:
E Language > E Name Checks preference page (via menu Window > Preferences).

In both cases click the New button to define a new name check.

Naming convention violations are presented as warnings in the Problems View. You can show the Problems View from menu Window > Show View > Other > General > Problems. Double clicking on some warning will jump to the source location.
