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'.