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?
0
3 comments

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" ?

1
Avatar
Permanently deleted user

no i cannot navigate no occurences is found it says "cannot find declaration to go" how can i fix this

0

is it a right URL? Relative paths (starting from dot) are resolved relative to current HTML file

0

Please sign in to leave a comment.