Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add goto implementation #934

Merged
merged 14 commits into from Oct 4, 2019
Merged

Add goto implementation #934

merged 14 commits into from Oct 4, 2019

Commits on Sep 19, 2019

  1. Add goto implementation for classes using SemanticDB. This also build…

    …s an additional index for class hierachies, which is later used to figure out the class implementations.
    tgodzik committed Sep 19, 2019
    Copy the full SHA
    6b80f09 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Copy the full SHA
    84a0f97 View commit details
    Browse the repository at this point in the history
  2. Change class hierarchy index to use Path and fix implementation occur…

    …ences to use proper token distance
    tgodzik committed Sep 20, 2019
    Copy the full SHA
    f6a9e0c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Now we don't calculate occurence while indexing. Also each test for i…

    …mplementations are defined in a single string
    tgodzik committed Sep 24, 2019
    Copy the full SHA
    4ff40e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Add goto implementation for methods. Uses existing index to find meth…

    …ods and calculate possible method implementations.
    tgodzik committed Sep 26, 2019
    Copy the full SHA
    38a8a65 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e2489ae View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Copy the full SHA
    b1848b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Copy the full SHA
    7be79ea View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Copy the full SHA
    2d1dcfb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    47c32e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Copy the full SHA
    bda4682 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5f05190 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Copy the full SHA
    92e978d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Copy the full SHA
    d837625 View commit details
    Browse the repository at this point in the history