Hi,
Can Sublime Text detect and notify me (show a warning) when a src or url() link is not correct?
eg. I was trying to link a background image in my stylesheet
background: url('..images/pdf.png') no-repeat 0 2px;
however, I missed the slash between the two dots and the images folder.
It would be great if Sublime Text could detect this and flag it. Can it do this? Or is there a plugin/package?
If it can I assume I need to add all resources as a project, but I’ve tried that and, on it’s own at least, it doesn’t seem to work.
Cheers,
yalooze