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

textDocumentPositionParams: add optional range #2027

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Commits on Sep 22, 2024

  1. textDocumentPositionParams: add optional range

    This change adds an optional range field to textDocumentPositionParams
    so that clients can, for example, query a subexpression such as
    x.f within a larger expression g(x.f[i]).
    
    Also, clarify the text about cursor bias.
    
    Fixes microsoft#377
    Fixes microsoft#1029
    adonovan committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e75c6c8 View commit details
    Browse the repository at this point in the history