-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Refactoring Tools unusable with a couple of Events() #204
Comments
Thanks, this is related to #196 and something I'm actively working on. Basically source generators were upgraded to allow the IDE to take advantage of parallelism and registrations of interested items and stuff etc. I just need to change to take advantage of it. |
Thanks a lot!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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) =>
{
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!
The text was updated successfully, but these errors were encountered: