Skip to content
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
@alanz

Description

@alanz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions