This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Description
A CodeActionProvider call, and a Plugin Command should have functions along the lines of
getSourceForRange :: Range -> Maybe [Text]
which accesses the current contents of the VFS, and returns the fragment within the given range, if it exists.
The return value could be an list of lines, or a single Text string, whichever makes sense.