Open
Description
In this program
#lang racket
(require racket/list)
first
right-clicking on either first
or racket/list
bring sup the option to Rename racket/list
, when this option is chosen both first
and the required racket/list
are replaced with the new name.
Renaming should probably only apply to identifiers defined in the current file.