Go to File in any JetBrains IDE

preview_player
Показать описание
In this video, we dive into the world of codebase navigation and share tips to enhance your coding workflow, especially when dealing with large projects and numerous directories. Say goodbye to the hassle of manual searching and tedious mouse clicks.

#jetbrains #jetbrainsIDE #programming
Рекомендации по теме
Комментарии
Автор

if you need memorize dirs in your project YOU DO SOMETHING WRONG!
REMEMBER SOLID ? S and I principles?

make classes small, and interfaces must be small too. thus number of dirs (= physical representation) you are responsible must be small too.

actually I always felt there is redundancy here. S principle overshadows I principle. no need for 'I' !

MyAlexWest