wasyl
08/09/2024, 9:00 AMdata class
property takes so long, god forbid the name is common among other data classes (like id: String
).
Slightly over 1 minute for renaming title
to otherTitle
(there are over 100 classes with val title
property).
If the class is not a data class
, renaming the same property takes a bit under 40 seconds. Still crazy long for a property that's used 20 times in <10 files. Searching for usages in instant, why the heck does IDE look for the same property in hundreds of files when renaming it? Why does it look for invoke
usages when I rename a val title: String
property?
Am I holding the IDE wrong here? For searching I have fast data class components search
enabled, but for rename refactoring there's no configuration like that.
/rantwasyl
08/09/2024, 9:19 AMcollecting imports
when I only renamed a property or a method name (╯°□°)╯︵ ┻━┻ And why does it take most of the rename timewasyl
08/09/2024, 9:33 AMmbonnin
08/12/2024, 9:34 AMmbonnin
08/12/2024, 9:35 AMwasyl
08/12/2024, 9:37 AM