I want to disable the "locator carets" put down by CodeRush when i execute one of it's commands, how can i do it?
CodeRush Xpress: disable the locator carets?
242 views Asked by RCIX AtThere are 2 answers
This is not an option built into CodeRush. These small triangles in the code are called "markers", and they are used to help you get back to locations where you started a refactoring or consume-first declaration feature. So whenever you apply a refactoring or code provider that takes you away from where you started, one of these markers is dropped. Press Escape to collect the marker (go back to where you started). The options referred to in jasonh's answer affect the drawing of the locator beacons (which show you where the caret is being positioned - helpful if you have a large monitor). If you turned that off following Jason's advice, you might want to turn that back on. Note that the act of collecting a marker by pressing Escape, effectively removes that marker, so using Escape to return to previous locations will prevent markers from remaining inside your code.
Note that markers are not persisted, so if you have a file with existing markers and you want to clear them all, you can close and reopen that file.
These may be the steps you're looking for: