OpenAPI | IntelliJ IDEA
https://www.jetbrains.com/help/idea/openapi.html21.07.2021 · IntelliJ IDEA can compare the structure of OpenAPI specifications and create a summary of changed paths, parameters, responses, and any other elements that may break the compatibility. In the Project tool window, select two OpenAPI specification files, right-click them and select Compare OpenAPI Specifications .
Maven | IntelliJ IDEA
https://www.jetbrains.com/help/idea/maven.html15.11.2021 · If the Maven wrapper is found, it will be used as a Maven home path. Maven2 is not bundled with IntelliJ IDEA. If you need to use it in your project, install it locally. User settings file. Specify the file that contains user-specific configuration for Maven in the text field.
Path variables | IntelliJ IDEA
www.jetbrains.com › help › ideaOct 19, 2021 · After your teammates update their projects from VCS, they will change the PATH_TO_LIB variable value so that it points to the library location on their computers. Ignored path variables. When you open a project, IntelliJ IDEA checks if there are any unresolved path variables. If the IDE detects any, it will ask you to define values for them.
Install IntelliJ IDEA | IntelliJ IDEA
www.jetbrains.com › help › ideaNov 08, 2021 · Create a desktop shortcut for launching IntelliJ IDEA. Add the directory with IntelliJ IDEA command-line launchers to the PATH environment variable to be able to run them from any working directory in the Command Prompt. Add the Open Folder as Project action to the system context menu (when you right-click a folder).
Path Variables | IntelliJ IDEA
www.jetbrains.com › help › ideaMay 14, 2021 · Revert path variables and the list of ignored variables to their initial saved states. Name. This field shows the name of a path variable (readonly). Value. This field shows the value of a path variable (readonly). or Alt+Insert. Create a new path variable. or Enter. Edit the selected path variable. or Alt+Delete. Delete the selected path variable.
Use patches | IntelliJ IDEA
www.jetbrains.com › help › ideaMar 08, 2021 · Use patches. Instead of committing your local changes, you can put them in a .patch file that you can apply to your sources later, send by email, and so on. Using patches is a convenient mechanism for sharing changes without checking them into to a VCS repository.