# Add code snippets
We provide snippet files here. If you want to use them, please install the snippets manually.
The following document lists steps to add a snippet to Visual Studio.
# Provide snippets
rprop
public ReactiveProperty<T> PropertyName { get; }
rrprop
public ReadOnlyReactiveProperty<T> PropertyName { get; }
rcom
public ReactiveCommand CommandName { get; }
rcomg
public ReactiveCommand<T> CommandName { get; }
arcom
public AsyncReactiveCommand CommandName { get; }
arcomg
public AsyncReactiveCommand<T> CommandName { get; }
rcoll
public ReactiveCollection<T> CollectionName { get; }
rrcoll
public ReadOnlyReactiveCollection<T> CollectionName { get; }