Skip to content

check-syntax allows renaming identifiers from other modules (as well as the required module name) #146

Open
@dfeltey

Description

@dfeltey

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.

Metadata

Metadata

Assignees

Labels

check-syntaxissues related to check-syntax, background expansion, drawing nifty arrows, etc.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions