Skip to content

Refactoring Tools unusable with a couple of Events() #204

@LTa2022

Description

@LTa2022

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions