-
-
Notifications
You must be signed in to change notification settings - Fork 23
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(auto-complete): add from-view / to-view to data binding suggests #53
Comments
Changed it to a configurable setting for the user, which can be set for all or per workspace/project (default functionality of VSCode). see: https://youtu.be/_zziyhlPwfs Remaining question to answer: What would be a proper default setting for this configuration?
I currently think 2 would for now be the best option as a default. |
If it's easy to make the list configurable, then I think it should be 2 with an option to be either 1/ 3. Otherwise it's should be 3. |
Thanks! An idea based on your suggestion; this might be a good option for now: It's a bit more cloudy in the autocomplete, but the user can remove one-way in the configuration settings. Existing users can continue using one-way for now but get a signal that it is deprecated, new users/users starting a new solution will know that they need to use to-view instead. Then at a later moment in time, we can remove one-way as a default option (and users need to manually add it to the configuration if they still want to use it). |
That's awesome. Won't alienate existing user, and promote |
Lol I didnt get that either but the deprication warning does a perfect job 👍 |
Add from-view binding to data binding suggestions.
Add config option to configure the usage of:
And figure out what would be the best default setting
The text was updated successfully, but these errors were encountered: