Linkchecker
Hi,
is it possible to check all links in project ?
I have some old projects to work on, and I found some broken links (Not only links but there are some src from img-tags bad - the src does not exist)
So I need something to check if all <img src ="...."> or all links to .css and of course all ohter links do exist.
Is it possible to do that with phpstorm? Or du you have another software for that work?
Jörg Wrase
Please sign in to leave a comment.
"Code | Inspect Code..." ?
... or "Code | Run Inspection by Name..." if you need to run specific inspection only (and you know that inspection name)
Great question Jörg Wrase. I have the same and wish I knew more specifically how to run inspections for <link> and <script> tags - specifically how to do it. Right now, I'm doing it manually.
Again, specifically, I want to check that the "src" or "href" link is to a file that actually exists.