Skip to content

Implement name-refactoring for the module import directives #1079

Open
@hungkhoaitay

Description

@hungkhoaitay

For example in this code:

import { unit_circle as u, draw_connected as d } from "curve";
d(1000)(u);

We want somehow that users can click on the 'u' and rename all occurrences to (for example) 'uc'.

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or requestminorless important than important but more than nice-to-have

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions