Closed
Description
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:
- find a tag
- add a
(click)=""
event binding or[accessKey]=""
property binding
Expected behavior
When you type (cli
then hit Tab
should appear (click)="<CURSOR_HERE>"
.
Logs
N/A
Screenshots
0.900.3
Video
https://youtu.be/JB23F7vflL8
0.802.3
Video
https://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.