This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
IdeM (or CodeActionProvider) should give access to the VFS contents #861
Closed
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.
Metadata
Metadata
Assignees
Labels
No labels