it's super annoying when IDEA combines empty packa...
# intellij
k
it's super annoying when IDEA combines empty packages/directories in the project pane and I need to add a new file into one of them
c
you can disable that, but yes its pretty annoying
w
I usually create class in wrong package, modify the package directive and use quick-fix to move the class to proper directory
c
ah thats a good idea!
k
yeah that's the most straightforward way
didn't know i could disable that, though
g
Yeah I agree. This is life changing though https://twitter.com/hhariri/status/1319560406893985792?s=19
k
interesting. does '..' work?
g
Haven't tried it
Update: doesn't work for going upstream on the directory 😞
👍 1