I would like to be able to present a code snippet that has module import aliases already applied, without needing to create an entire File's contents and then trim it down.
For example, if I want the following code snippet to show:
I believe I would need to do some mucking about with the result of the following in order to focus in on the part of the generated code that I care about.
I would like to be able to present a code snippet that has module import aliases already applied, without needing to create an entire File's contents and then trim it down.
For example, if I want the following code snippet to show:
assuming the generated code looks like this:
I believe I would need to do some mucking about with the result of the following in order to focus in on the part of the generated code that I care about.
It would be nice to be able to do:
and so forth instead.