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 'textEdit' field to CompletionItem #690

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from
Open

Add 'textEdit' field to CompletionItem #690

wants to merge 7 commits into from

Commits on Nov 6, 2019

  1. Update CompletionItemKind

    QifengLu committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    7ff0ccc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400950b View commit details
    Browse the repository at this point in the history
  3. Add textEdit field to CompletionItem in jedi_completion

    TODO: rope_completion
    QifengLu committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    10456ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a6c51c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. make python2 test pass

    QifengLu committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    3a72254 View commit details
    Browse the repository at this point in the history
  2. Fix position_at_offset bug

    QifengLu committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    218a0aa View commit details
    Browse the repository at this point in the history
  3. Make python2 test pass

    QifengLu committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    c6b4584 View commit details
    Browse the repository at this point in the history