I want to copy whole components between projects and use the target styles, not the source styles. For example I have a class "button" and when I copy a button to a different project, I don't want it to become "button 2", I want to inherit the target project style for "button".
So if there is a conflict, don't append the "2" to the class, just use the target style. If there is no conflict, just use the source style.
It would be nice if I could do it by holding shift while pasting, for example Shift+Ctrl+V to paste without conflicts resolution.
Or simply just show a prompt "How to resolve conflicts"