IDEA practical plug-in aiXcoder - code automatic completion/prediction/error correction

Application scenarios

I have recommended Codota, a plug-in for intelligent code prompts, today I recommend another useful plug-in. This type of plug-in can greatly improve development efficiency, so there is no need to have too many.

The name is aiXcoder, and its functions do not completely overlap with Codota.

method effect

There are actually many code completions and predictions, here are just a few examples.

Prediction and completion
: When you enter pub, recommendations will appear, such as creating a construction parameter. Insert image description here
Then entering Str in the method parameter position will automatically recommend the String name
Insert image description here
in the method body. Enter this, and the assignment this.name=name will be automatically recommended;
Insert image description here
Isn’t this kind of code prediction and completion very considerate? Can development efficiency be improved?

Intelligent error correction:
When a Chinese comma is entered, the plug-in will automatically correct it into an English comma. Is this very practical?
Insert image description here

Notice

After the plug-in is installed in the app store and restarts the IDE, an installation path confirmation will pop up. After confirmation, it will be installed to the disk directory and run automatically after the idea is started. The icon can be seen in the lower right corner of the operating system. In other words, it is not built-in. It is not a plug-in inside the idea, but can run independently and interact and communicate with the idea.

Guess you like

Origin blog.csdn.net/seawaving/article/details/122457083