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

Auto complete after new keyword #2010

Merged
merged 3 commits into from
Feb 24, 2022

Commits on Feb 18, 2022

  1. Auto complete after new keyword

    - Add " " into the completion trigger character list
    - Trigger the completion when meets "new |"
    
    Signed-off-by: Sheng Chen <sheche@microsoft.com>
    jdneo committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    bde2f93 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Leverage AST node to make it more context aware

    Signed-off-by: Sheng Chen <sheche@microsoft.com>
    jdneo committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    fad7771 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Update JavaDoc

    Signed-off-by: Sheng Chen <sheche@microsoft.com>
    jdneo committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    d8e3ebf View commit details
    Browse the repository at this point in the history