- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 322字
- 2021-06-30 19:10:55
Tips and Tricks
They are several key bindings and tools that we can use to improve our products using IntelliJ, let's review some of them.
Execute an action: Shift + Ctrl + A on Windows, shift + command + a on MacOS. This will allow us to execute any action in the tool, for example, Run, View Maven projects, Save the file, and so on.
Search everywhere: Double Shift. This will have a window that allows us to search for everything, from file names to actions, and so on. The search is quite powerful, for example, if we want to open our class, ExampleService we can just type ES in capitals.
Paste from history: Shift + Ctrl + V on Windows, shift + command + v on Mac OS, it will display a window with a history on our clipboard.
Iterations and quick-fixes: Alt + Enter. This is probably the most powerful tool; many times, we can see a light bulb on the editor, using this key binding where it is will fold options for this, from removing unused imports, to simplify lines of code. Try to experiment with it.

Rename: Shift + F6. This will rename anything, from a class name to a file, or even a package, and will also change the code that was using that name; for example, if we rename a function, every call to that function will be renamed.
Refactor this: Shift + Ctrl + Alt + T on Windows, control + T on MacOS, is a really nice feature to use in any piece of code, from extracting a method to moving a class, changing parameters and functions, and many more.
- SpringMVC+MyBatis快速開發與項目實戰
- ASP.NET Core Essentials
- Python Network Programming Cookbook(Second Edition)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Mathematica Data Analysis
- Access 2010數據庫應用技術(第2版)
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Kivy Cookbook
- Advanced UFT 12 for Test Engineers Cookbook
- Learning iOS Security
- Apache Solr PHP Integration
- Mastering Apache Camel
- Flink入門與實戰
- Python數據科學實踐指南
- Swift 5從零到精通iOS開發訓練營