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

fix(language-service): Prioritize Angular-specific completions over DOM completions #45293

Closed
wants to merge 1 commit into from

Commits on Mar 8, 2022

  1. fix(language-service): Prioritize Angular-specific completions over D…

    …OM completions
    
    When authoring Angular templates, developers are likely to be most interested in
    the current Directive/Component inputs and outputs, then potential
    attributes which would match other directives to the element,
    and lastly the plethora of DOM events and attributes.
    
    This change ensures that Angular-specific information appears above DOM
    information by prepending the first printable ASCII characters to the
    sort text.
    
    Fixes angular/vscode-ng-language-service#1537
    atscott committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    4aa170a View commit details
    Browse the repository at this point in the history