How can I find where my script component is used?

I always want find where my component is used? Is there a convenient way?

Write a line to print the object´s name then go and search for that object.

print(this.gameObject.name);