A collection of snippets to help writing code for anyone using the NittyGritty nuget package.
Supports C# in VS2017, VS2019, and VS2022.
Included Snippets
- ngprop - Create a property to be used in NittyGritty ObservableObjects
- ngvmkey - Create a ViewModel Key
- ngdialog - Return a configured NittyGritty DialogService
- ngdialogitem - Configure an Item for NittyGritty DialogService
- ngnav - Return a configured NittyGritty NavigationService
- ngnavitem - Configure an Item for NittyGritty NavigationService
- ngrelay - Create a NittyGritty RelayCommand
- ngrelaycanexecute - Create a NittyGritty RelayCommand with CanExecute
- ngrelaygeneric - Create a NittyGritty RelayCommand with Parameter
- ngrelaygenericcanexecute - Create a NittyGritty RelayCommand with Parameter and CanExecute
- ngasyncrelay - Create a NittyGritty AsyncRelayCommand
- ngasyncrelaycanexecute - Create a NittyGritty AsyncRelayCommand with CanExecute
- ngasyncrelaygeneric - Create a NittyGritty AsyncRelayCommand with Parameter
- ngasyncrelaygenericcanexecute - Create a NittyGritty AsyncRelayCommand with Parameter and CanExecute
| |