Is it possible to specify the βIdeaβ step only in project classes ( com.myproject.* Package). I know that I can say that Idea excludes packages according to the pattern (*), but it is too inconvenient to write all possible packages, except mine.
updated
After eliminating all possible packages, Intellij does not go into functions of the same class. It seems that upon entering the function, it encounters a proxy class with an excluded package and ignores all the functions called by this proxy (including my function)
source share