Register paths to files in code, for example
<link rel="icon" href="icon.png"/> Highlight icon, and write cannot resolve file "icon.png"
Also after such code
require_once 'filename.php'; he writes path 'filename.php'not found
Both files exist, everything is edited, saved, displayed on the domain without errors, but highlights the error during editing, and because of this, the Go To function is completely inaccessible, and visually the attention goes to non-existent errors, already tired.
How to fix it? Interests on ftp, not on LAN.