I tried to refactor by item id, selecting it and right-clicking to refactor it to rename it.
However, everything PyCharm did was renamed to the item identifier without searching for it in other files associated with the project.
Is there an option / plugin that I can use to be able to rename all the time when the identifier is used in my JavaScript and CSS, when I rename it to an HTML file using a refactor?
source
share