1

is there way to see all packages that are in folder like in eclipse, but in intellij? enter image description here

nuzooo
  • 133
  • 1
  • 11
  • 1
    Looks like this [answer](https://stackoverflow.com/a/40818540/8370915) is related to your question. Also, please, take a look at this [article](https://www.jetbrains.com/help/idea/migrating-from-eclipse-to-intellij-idea.html). – invzbl3 Oct 08 '21 at 13:52
  • You did a great job at censoring your screenshot, except now it really doesn't show us what it is you want to be displayed, does it now? – Joachim Sauer Oct 08 '21 at 14:57
  • 1
    @invzbl3 Your reference worked! that is the answer , add your post as answer and I will mark for upvote! Thanks – nuzooo Oct 09 '21 at 17:33
  • @Joachim Sauer as invzbl3 wrote, to see the projects, that all – nuzooo Oct 09 '21 at 17:35

1 Answers1

1

To see al packages in the project, switch to Packages view in Project tool window and enable Flatten Packages viewing mode:

enter image description here

See also Migrate from Eclipse to IntelliJ IDEA for more tips.

Andrey
  • 15,144
  • 25
  • 91
  • 187
  • I want to see few projects, not the packages as the answer of invzbl3 so thank you for the help – nuzooo Oct 09 '21 at 17:34