Sometimes there are pieces of code that need to stay in sync (e.g. modifying an enum means modifying the function that handles them). It would be awesome to have a linter that looks for comment directives to trigger this kind of check. Even if it just requires both files to be modified would be nice, but even better would be if it could actually apply regex patterns to suggest fixes.