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

Code snippet tool #2

Open
rabbitism opened this issue Jun 22, 2022 · 1 comment
Open

Code snippet tool #2

rabbitism opened this issue Jun 22, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@rabbitism
Copy link
Owner

rabbitism commented Jun 22, 2022

Add a toolkit for generating Avalonia related code snippets.

  1. Instead of manipulating code snippets inside option window, just add a link in option to open a window.
  2. User can customize what code snippets to include, what the short cuts for selected snippets to export.
  3. User guidance of importing code snippets in visual studio.
@rabbitism rabbitism added the enhancement New feature or request label Jun 22, 2022
@rabbitism rabbitism changed the title Code snippet generating tool Code snippet Tool Jun 23, 2022
@rabbitism rabbitism changed the title Code snippet Tool Code snippet tool Jun 23, 2022
@rabbitism
Copy link
Owner Author

rabbitism commented Jun 24, 2022

Default Code Snippets.

Avalonia General

  • Styled Property
  • ReadOnly StyledProperty
  • Direct Property
  • Attached Property

View Model specific

  • RaisePropertyChange property (Prism)
  • OnPropertyChange property (INotifyPropertyChanged)
  • RaiseAndSetIfChanged property (ReactiveUI)
  • DelegateCommand (Prism)
  • ReactiveCommand (ReactiveUI)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant