Commonly used commands and FAQ records

List of Idea tool usage and related issues

Tool use:
1. Shortcut key for main method: pswm
2. Convert json to model: You need to install the plug-in gsonform, shortcut key alt+s
3. Quickly find the shortcut key for the implementation class: ctrl+alt+B;
4. Shortcut creation method: alt+insert
5. Format json shortcut key alt+shift+ctrl+L
insert image description here
6. Ctrl+Shift+N press [file name] to search for files
7. Ctrl+H to view the inheritance relationship of the class
8. Alt + F7 to view where the class is Used
9, ALT+7 ctrl+F12 to view all methods in the class

Tool question:

1、 运行报错: Command line is too long. Shorten command line for xxx or also for Application default configuration.

Solution: Open the running configuration of the program, and change the Shorten command line to JAR manifest or classpath file;
insert image description here

2. Use sub

Guess you like

Origin blog.csdn.net/weixin_42551921/article/details/123893019