shortcuts== ctrl+o== to see in the
shortcuts== ctrl+o== to see in the
ctrl+alt+h ==>know method call from how many places==> after ctrl+t ==> to go
inside method
shortcuts==> ctrl+o==> to see in the object that which getter and setter are
present(lombok)
coming from (lombok.data) using lombok jar in classpath
Ctrl+alt+h get to know from where method called /how many times it get called
TODEBUG
================---------=======--------======-=-=--=-=-=--
F3 - Gets you inside the code
Alt <- move to the place where you called F3
Alt ->
ctrl + d: to delete a line
ctrl + shift + t (java type)
ctrl + shift + r (any file type)
rtclick => source => generate getter / setter / generate toString
ctrl + shift + o
ctrl + t : on method.. you can go to the implementation