- 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.
- Angular UI Development with PrimeNG
- Docker進階與實戰
- OpenCV 3和Qt5計算機視覺應用開發
- Animate CC二維動畫設計與制作(微課版)
- Koa開發:入門、進階與實戰
- Web全棧工程師的自我修養
- 小程序,巧運營:微信小程序運營招式大全
- PySide 6/PyQt 6快速開發與實戰
- 速學Python:程序設計從入門到進階
- Microsoft Dynamics AX 2012 R3 Financial Management
- Apache Camel Developer's Cookbook
- Getting Started with Python
- C++程序設計
- R語言數據分析從入門到實戰
- Access 2016數據庫應用與開發:實戰從入門到精通(視頻教學版)