The 3 Things Any New Intellij User Should Learn First

Intellij is my favorite IDE. It’s powerful, easy to use and has a lot of features. In this post I will list the main things any new Intellij user should learn first.

How to debug


It seems pretty easy, but Intellij offers a lot of features like condition breakpoints and Stream breakpoints.

Shortcuts

There are plenty of shortcuts. But every new Intellij user should learn almost those one:

  • Search for a class
  • Go to line
  • Rename a variable/method/class
  • Inline a variable
  • Extract a method/variable
  • Create a Constructor/Getter/Setter
  • Git annotate
  • Go to the Unit tests

How to use Regexes


Find and Replace is an action I do every day. I must know how to build correct Regexes to find and replace any text.

If you want to learn more about good quality code, make sure to follow me on Youtube.


Never Miss Another Tech Innovation

Concrete insights and actionable resources delivered straight to your inbox to boost your developer career.

My New ebook, Best Practices To Create A Backend With Spring Boot 3, is available now.

Best practices to create a backend with Spring Boot 3

Leave a comment

Discover more from The Dev World - Sergio Lema

Subscribe now to keep reading and get access to the full archive.

Continue reading