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 tried to see if there was an easy way of adding modified nodes to the autoimport mechanism without messing with the rest of the file but I failed so I’m not sure if there is an easy win here.
Maybe we need to bite the bullet and apply withImportNames to our code. But serious tests need to be done first for when there are collisions and stuff like that.
The text was updated successfully, but these errors were encountered:
rector tends to output fully qualified names, unless one uses the withImportNames option (see https://getrector.com/documentation/import-names ).
This is a bit annoying in a lot of cases.
I tried to see if there was an easy way of adding modified nodes to the autoimport mechanism without messing with the rest of the file but I failed so I’m not sure if there is an easy win here.
Maybe we need to bite the bullet and apply
withImportNames
to our code. But serious tests need to be done first for when there are collisions and stuff like that.The text was updated successfully, but these errors were encountered: