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

Add support for inline quick suggestions #145386

Merged
merged 10 commits into from
Mar 18, 2022
Merged

Add support for inline quick suggestions #145386

merged 10 commits into from
Mar 18, 2022

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    b01c5fb View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    e23735e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f89ae38 View commit details
    Browse the repository at this point in the history
  3. leave some todos

    jrieken committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    4f06e05 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    7c80a96 View commit details
    Browse the repository at this point in the history
  2. add on, inline, off options to quickSuggest setting, remove/mig…

    …rate boolean short hand for the whole setting but leave, use `CompletionModel` for inline completions, enforce always some prefix, use ugly tricks to brigde editors into single-provider-world
    jrieken committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    b0af153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce0b18a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81adcb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d43122 View commit details
    Browse the repository at this point in the history
  6. add missing check for model

    jrieken committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    a6b52af View commit details
    Browse the repository at this point in the history