How to find path of an issue in my code editor

Looking for mate who will guide me and resolve issue.

Hey you can use browser dev tool by going to the page and inspect where you want to change and copy some common things like class name or id or anything which might help you to directly search in your code editor then you can easily find path of file where issue is coming

1 Like

Here is class programstyle how i can find this in my repository.

You can copy <h3>Linux Foundation 2023 Program Timeline</h3> or class of div on which cursor is pointing in above image then go to your editor find search button for whole directory if you are using vscode you will get it on left side of your panel and paste it you will get file results where you can see path I hope this might help you

Thnks buddy it really works for me :tada:

1 Like