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 fields, functions and methods completion after "." and "::" #5714

Merged
merged 29 commits into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. Suggest struct fields

    asterite committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8aac797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c3d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6011c94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae1c34e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c10928 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7231e7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef94a50 View commit details
    Browse the repository at this point in the history
  8. Suggest struct impl method

    asterite committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a3c51c3 View commit details
    Browse the repository at this point in the history
  9. Add a couple more tests

    asterite committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4c694e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Simplify self type handling

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a9cbe51 View commit details
    Browse the repository at this point in the history
  2. List operator methods last

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3884aaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed7cd91 View commit details
    Browse the repository at this point in the history
  4. Comments

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a356a70 View commit details
    Browse the repository at this point in the history
  5. Suggest methods after ::

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e61af9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8933e4a View commit details
    Browse the repository at this point in the history
  7. Fix tests

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6b39f83 View commit details
    Browse the repository at this point in the history
  8. Avoid mutating variable

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    924c3c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0969d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8cebbb8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e37501c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eef4942 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb34368 View commit details
    Browse the repository at this point in the history
  14. return after completing

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8c8d5b5 View commit details
    Browse the repository at this point in the history
  15. clippy

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7b88385 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    01b041c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5d8df08 View commit details
    Browse the repository at this point in the history
  18. clippy

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7ed4760 View commit details
    Browse the repository at this point in the history
  19. Use TypeAlias::get_type

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ac1255b View commit details
    Browse the repository at this point in the history
  20. clippyy

    asterite committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6e05f3f View commit details
    Browse the repository at this point in the history