You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am missing global state per file.
For example:
Renaming a method
update import
rename usages
I have a Rule derived class that finds the correct Import and returns a ReplacementAction.
I would need to store an alias into some file global context and match all the ast.Call to create ReplacementAction.
Now any data stored inside Rule or context provider is recreated after every ReplacementAction ...
The text was updated successfully, but these errors were encountered:
I am missing global state per file.
For example:
Renaming a method
I have a Rule derived class that finds the correct Import and returns a ReplacementAction.
I would need to store an alias into some file global context and match all the ast.Call to create ReplacementAction.
Now any data stored inside Rule or context provider is recreated after every ReplacementAction ...
The text was updated successfully, but these errors were encountered: