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

Feat: lsp support find refs #721

Merged
merged 11 commits into from
Oct 12, 2023
Merged

Feat: lsp support find refs #721

merged 11 commits into from
Oct 12, 2023

Commits on Oct 12, 2023

  1. feat: lsp find references

    Signed-off-by: xiarui.xr <[email protected]>
    amyXia1994 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    05f0421 View commit details
    Browse the repository at this point in the history
  2. find refs: add unit test; fix kcl_pos bug

    Signed-off-by: xiarui.xr <[email protected]>
    amyXia1994 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4636aa6 View commit details
    Browse the repository at this point in the history
  3. find references: add more tests

    Signed-off-by: xiarui.xr <[email protected]>
    amyXia1994 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    511b1e8 View commit details
    Browse the repository at this point in the history
  4. remove unused comment

    Signed-off-by: xiarui.xr <[email protected]>
    amyXia1994 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2e8bfc9 View commit details
    Browse the repository at this point in the history
  5. chore: cargo fmt

    Signed-off-by: xiarui.xr <[email protected]>
    amyXia1994 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a73af53 View commit details
    Browse the repository at this point in the history
  6. find refs: revert bench test temporarily

    Signed-off-by: xiarui.xr <[email protected]>
    amyXia1994 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    864baec View commit details
    Browse the repository at this point in the history
  7. minor fix

    Signed-off-by: xiarui.xr <[email protected]>
    amyXia1994 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a736fef View commit details
    Browse the repository at this point in the history
  8. minor fix: use if-else instead of match statement

    Signed-off-by: xiarui.xr <[email protected]>
    amyXia1994 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ad36882 View commit details
    Browse the repository at this point in the history
  9. lsp: cache word index in lsp state

    Signed-off-by: xiarui.xr <[email protected]>
    amyXia1994 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c1261ea View commit details
    Browse the repository at this point in the history
  10. chore: format code

    Signed-off-by: xiarui.xr <[email protected]>
    amyXia1994 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    55040b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eae36e2 View commit details
    Browse the repository at this point in the history