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

Initial support for textDocument/hover request. #2087

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Initial support for textDocument/hover request. #2087

merged 1 commit into from
Feb 23, 2024

Commits on Feb 23, 2024

  1. Implement textDocument/hover request.

    Rebased from PR #1922
    
    This will implement the method, but currently it is not offered
    yet in the initialization to the editor; to be enabled once tests
    finished. The implementation requires a global symbol table, which
    is potentially a bit heavy. We might need to introduce the concept of
    a per-file symbol table for faster local lookups.
    glatosinski authored and hzeller committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2d1dd11 View commit details
    Browse the repository at this point in the history