Skip to content

Support incremental parsing for autocomplete #4

@AaravMalani

Description

@AaravMalani

Right now, the autocomplete channel accepts the entire file every time without providing the runner plugin any hint to the actual ranges of changes made. This causes the entire file to be reparsed every keypress

The frontend should be able to send the ranges of changes made between requests.
An example is

a = 1

to

a = 100

Would return [{fromA: 4, toA: 5, fromB: 4, toB: 7}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions