IntelliJ IDEA based IDEs Tips & Tricks by Hadi Hariri

preview_player
Показать описание
An IDE is so much more than an editor, yet people still seem to compare one to another. This session looks at IntelliJ IDEA and shows tips and tricks that will make you a more efficient and productive developer (most of the tips'n'tricks are also applicable to all IntelliJ IDEA-based IDEs, such as WebStorm, PhpStorm, PyCharm, and others). From searching for symbols to having a smooth workflow when working with version control, the presentation examines all the aspects that make it possible to have a pleasurable development experience. You’re guaranteed to leave this session knowing things you probably didn’t even know existed and were afraid to ask whether they did.
Рекомендации по теме
Комментарии
Автор

Missing very useful shortcut: Shift + Cmd + Back => Last edit location
9:46 Alternative: Option + F1 opens "Select in" dialog. Select "Project view"

ClausPolanka
Автор

Sad that stream debugger works only on Java8 streams and not simply functional java code like reactive stream or optional, ...

jiraguha
Автор

I think he has customized his intellij with eclipse shortcuts ?

EmmanuelBLONVIA