IntelliJ: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 40: Line 40:


==Toolbox Installation==
==Toolbox Installation==
Also see: {{Internal|IntelliJ_Concepts#Toolbox_Installation|IntelliJ Concepts | IntelliJ Home | Toolbox Installation}}
==Mac dmg Installation==
==Mac dmg Installation==



Revision as of 22:36, 3 July 2021

Open Questions

  • Why does IntelliJ create the .iml in the project directory for the registry project and it does create under .idea for the configuration server project? Apparently the project directory is the right place and at UpLift gradle would remove it. Investigate.

Subjects

Installation

Come with a list of plugins I need to install:

  • Bash support ("BashSupport" plugin)
  • Lombok (Install plugin + Settings -> Build -> Compiler -> Annotation Processors -> Enable annotation processing)
  • etc.

Homebrew Installation

brew cask install intellij-idea

mac-setup does it.

Toolbox Installation

Also see:

IntelliJ Concepts | IntelliJ Home | Toolbox Installation

Mac dmg Installation

Uninstallation

https://www.jetbrains.com/help/idea/uninstall.html#standalone

Configuration

Operations

Usage

IntelliJ Usage

Troubleshooting

IntelliJ Troubleshooting