-
Notifications
You must be signed in to change notification settings - Fork 122
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
event binding and property binding user experience #521
Comments
@kyliau we can probably extend the replacement span to include the closing parantheses in these cases, since we now know the kind of binding we're in before providing a completion. What do you think? For reference: relevant change was angular/angular#34445 |
@doggy8088 does this remain a strong pain point for you? |
@ayazhafiz I'm using the latest version (
|
Okay, we will take a look at what can be done here :) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@ayazhafiz The event binding's IntelliSense is still broken in |
I think we can pick the PR #820 up, move the code into |
Support snippet completions for dom attribute whose value is empty. For Example `<div (my¦) />`, the `insertText` will return `(myOutput)="$0"`. Fixes angular/vscode-ng-language-service#521
Support snippet completions for dom attribute whose value is empty. For Example `<div (my¦) />`, the `insertText` will return `(myOutput)="$0"`. Fixes angular/vscode-ng-language-service#521
Support snippet completions for dom attribute whose value is empty. For Example `<div (my¦) />`, the `insertText` will return `(myOutput)="$0"`. Fixes angular/vscode-ng-language-service#521
Closing. This option will be available in the v13 release. Thanks @ivanwonder! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Describe the bug
Related to #474
The developing experience for event binding and property binding user experience is changed in this new version
0.900.3
.To Reproduce
Steps to reproduce the behavior:
(click)=""
event binding or[accessKey]=""
property bindingExpected behavior
When you type
(cli
then hitTab
should appear(click)="<CURSOR_HERE>"
.Logs
N/A
Screenshots
0.900.3
Videohttps://youtu.be/JB23F7vflL8
0.802.3
Videohttps://youtu.be/i1XoRvyibjo
The original (
0.802.3
) DX is a bit nicer. Please change it back to the original behavior.Additional context
Hope to get the same or better developer experience (DX) of the code snippet feature.
The text was updated successfully, but these errors were encountered: