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

feat(smartAutocomplete): Custom Element and View Model variables in .html #110

Closed
hiaux0 opened this issue Oct 16, 2019 · 0 comments
Closed
Assignees

Comments

@hiaux0
Copy link
Member

hiaux0 commented Oct 16, 2019

What was done

In your view template:

  • type "<" to trigger completion for all your custom elements
  • inside a custom element "space" to trigger View Model bindables completion

out

Notes

Thoughts and ideas?

Please post them into the comments!

Limitations

Currently, it is assumed, that your custom elements, have at least one script (.js/.ts) and a view (.html)

Feature flag

Feature will be behind feature flag

	"aurelia.featureToggles": {
		"smartAutocomplete": true
	}
@hiaux0 hiaux0 self-assigned this Oct 16, 2019
@hiaux0 hiaux0 changed the title feat(smartAutocomplete): Custom Element and View Model variables feat(smartAutocomplete): Custom Element and View Model variables in .html Oct 16, 2019
@hiaux0 hiaux0 closed this as completed Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant