too strong! GitHub's latest top-ranked IntelliJ IDEA operation full solution, the star 50K is really well-deserved

I still remember that I used Eclipse when I first started working, and the latter were the first batch of people who tried IDEA in the company at that time. It was quite troublesome to use it at the beginning, because it was still with Eclipse thinking at the beginning.

For example, there can be multiple projects in a workspace in Eclipse, but there is no concept of workspace in IDEA, and it is replaced by project, and there can be multiple modules in a project.

I have been asked by readers more than N times if there is a tutorial for IDEA. In fact, I think this is a tool, nothing more than a process of practice makes perfect. When I was asked N+1 times, I felt the need to copy the user manual!

Due to the length of the article, it can only be displayed in the form of screenshots. If you need it, you can download it by reading it below.

Directory overview

Content overview

1. IDEA installation

Introduction to IDEA/Installation steps/Introduction to directory structure/Create a project

2. Interface introduction

Introduces each section in the menu bar and its internal common functions in a graphic and textual manner,

3. Common configuration

Introduces common configurations of IDEA during development, such as theme/font/leader/display settings/encoding, etc.

4. Template configuration

IDEA provides many code templates to improve coding efficiency. And you can also define your own templates

5、DeBug

DeBug is an essential tool for code debugging, which introduces how to debug/ how to debug/ panel introduction/ etc.

6. Search skills

Search is listed separately, because this is really the most commonly used function in development

7. Maven and Aggregate Projects

At present, the company's projects are all aggregation projects, and Maven is also the first choice for automated construction projects.

8. Connect to the database

Use the database visualization tool that comes with IDEA

Limited to the length of the article, it will be displayed here. Interested friends can download it by reading it below.

Guess you like

Origin blog.csdn.net/wdj_yyds/article/details/131790687