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

Generate Event Handler is not offered on non-directive attributes #9730

Closed
davidwengier opened this issue Dec 17, 2023 · 0 comments · Fixed by #11347
Closed

Generate Event Handler is not offered on non-directive attributes #9730

davidwengier opened this issue Dec 17, 2023 · 0 comments · Fixed by #11347
Assignees
Labels
enhancement Small improvement request
Milestone

Comments

@davidwengier
Copy link
Contributor

davidwengier commented Dec 17, 2023

Given the below, with cursor at $$, we don't offer to generate an event handler. The provider code currently only checks for directive attributes (ie, attributes starting with @)

<InputText ValueChanged="Some$$Method" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Small improvement request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants