If the user's editor looks like this: ``` bar = unFoo foo ^ ``` We could provide a code action that produces: ``` bar = foo.unFoo ``` We could also provide this functionality file-wide, either as a an action on the module or in the file explorer.