ABOUT
The Drop Marker and Execute plug-in is a convenient little utility for enhancing a developer's navigation ability in the CodeRush editor. This plug-in introduces a new function, DropMarkerFirst. This function accepts a single parameter, the name of any CodeRush-registered command you wish to execute. Activation of this command first drops a system marker at the current cursor location and then immediately executes the command passed to it. This marker can then be collected when desired to return the cursor to its original location.
FEATURES
- Automatic dropping of system markers.
- Instantly return to the point of origin by collecting the system marker.
- Support virtually any CodeRush command.