farzad
08/28/2019, 12:29 PMUserModel
. There exist cases in my code which I used copy
to clone the user model. My question is that is there a way to find all UserModel.copy calls?Michael Pohl
08/28/2019, 12:34 PMfarzad
08/28/2019, 12:36 PMcmd+shift+F
I will find all usages of copy
for all data classes, but I'm looking a way to find only calls on UserModel.copy
wasyl
08/28/2019, 12:39 PMcopy
usages and failed 😕 But perhaps you’ll figure it out (let me know then!)wasyl
08/28/2019, 12:39 PMthanksforallthefish
08/28/2019, 12:46 PMuserModel.copy() //search here, right click, ctrl+shift+7, or whatever shortcut you use
farzad
08/28/2019, 12:50 PMfarzad
08/28/2019, 12:51 PMctrl+shift+f7
just highlights copy
usages in current file. I need a way to search through all project files.thanksforallthefish
08/28/2019, 12:53 PMthanksforallthefish
08/28/2019, 12:54 PMalex009
08/28/2019, 12:55 PMwasyl
08/28/2019, 12:58 PMfind usages
on copy
method finds usages of the class, not copy
methodthanksforallthefish
08/28/2019, 1:01 PMfarzad
08/28/2019, 1:14 PMwasyl
08/28/2019, 1:30 PM