-
Simply hit the
ESCkey to remove that highlighting. -
If the IDE is finding “Duplicate code fragments” between your source code and a copy of it in an output directory (like Python
setup.pycreates in abuild/directory; I don’t know how this goes in PHP), then mark the output directory as excluded from source directories.Right-click the output directory in the Project View, then
Mark Directory As>Excluded.
BTW, this works in PyCharm and IntelliJ as well, and presumably in all the JetBrains IDEs.