Refactoring not working
Hi when i try to refactor a *.svg image name it is not finding the occurences i want to change?
e. x. Occurence in .html file is not being found i have an svg file in images folder
<img src="./images/SC_logo.svg" alt="SC">
Is this a bug how can i fix it?
Please sign in to leave a comment.
Most probably the path to image file in HTML is not resolved. Can you navigate to image by ctrl+clicking the image name in src="./images/SC_logo.svg" ?
no i cannot navigate no occurences is found it says "cannot find declaration to go" how can i fix this
is it a right URL? Relative paths (starting from dot) are resolved relative to current HTML file