To copy elements, use any of the following methods:
See Moving classes by using the smart drag-and-drop.
For example, copying a Sensor class into the same package as the original creates a class named Sensor_copy. Subsequent copies have a suffix of _copy_<n>, where <n> is an incremental integer starting with 0.
Copying an element into a different namespace creates a copy with the same name.