Thanos Psaridis
03/21/2018, 12:00 PMUtils.kt
file which I'm calling them in another class but how can someone else find out that those functions reside in the Utils.kt
file just by reading at my code? If you ctrl+click on function IntelliJ takes me to the Utils.kt
file but how can I do that without the help of the ide?hho
03/21/2018, 12:02 PMimport
them - that's how to know where they come from.hho
03/21/2018, 12:05 PMThanos Psaridis
03/21/2018, 12:12 PMcom.mypackage.roundNumber
but I don't actually know that roundNumber()
function resides in Utils.kl
filespand
03/21/2018, 12:14 PMspand
03/21/2018, 12:14 PMhho
03/21/2018, 12:14 PMThanos Psaridis
03/21/2018, 12:16 PMThanos Psaridis
03/21/2018, 12:18 PMgrep
could be a good solution if you have the files stored in your pc but I was thinking of the scenario I described above ☝️hho
03/21/2018, 12:20 PMgrep
replacement in that case.Thanos Psaridis
03/21/2018, 12:22 PM