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

Inlay hints support #53

Merged
merged 9 commits into from
Nov 6, 2023
Merged

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    9717fce View commit details
    Browse the repository at this point in the history
  2. - Don't report an inlay hint resolve provider server capability, beca…

    …use we
    
      don't implement inlayHint/resolve requests.
    nickysn committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1aaa208 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. - removed commented out code

    nickysn committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    ebf08d5 View commit details
    Browse the repository at this point in the history
  2. - removed unused test code

    nickysn committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    1258ff7 View commit details
    Browse the repository at this point in the history
  3. - removed debug log message "toInlayHint()" - it creates too much noi…

    …se, because it's repeated for every individual hint received
    nickysn committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    cc64767 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    fe33eec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4354f View commit details
    Browse the repository at this point in the history
  3. + added tooltip to SuggestInlayHint (for future use, without changing…

    … the
    
    nimsuggest protocol)
    nickysn committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2bbd7f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. * changed the Suggest structure to use embedding, instead of inherita…

    …nce, to
    
      store the inlay hint information
    nickysn committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    54e3d4d View commit details
    Browse the repository at this point in the history