-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi,
I create a fresh project, add referenes to ReactiveUI.WPF, System.Reactive, Fody and ReactiveMarbles.ObservableEvents.SourceGenerator.
Then I create a new ViewModel and View.
I add this.WhenActivated(d => and fill it up with 50x empty
btnTest.Events().Click.Do((a) =>
{
}).Subscribe().DisposeWith(d);
I create a new class in an own namespace, with ctor, and a var asdf = "";
When I now rightlick > rename the variable and confirm, the refactoring times is multiplied by the Events() in all my Views.
(takes around 20 sec in this example), same for the ctrl+. menu for finding namespaces, exporting methods, craeting events from xaml,
I am basically already used to work without these features, took me half a year to troubleshoot my projects.. : )
Is there anythnig I can do about it ?
I am all up to date, PC is last year gaming top.
Thanks!