Skip to content

SingleFileSourceLocator is too ineffective about unknown identifiers #614

Description

@ondrejmirtes

When asked about an unknown identifier, it always parses the source code again.

Instead, it should parse the file only a single time and remember all the parsed symbols.

I know there's MemoizingSourceLocator but it doesn't help really. It will only remember null when asked about the same identifiers for the second time.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions