IntelliJ: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 44: Line 44:
* [[IntelliJ Disable Star Imports|Disable Star Imports]]
* [[IntelliJ Disable Star Imports|Disable Star Imports]]
* [[How to Change IntelliJ Project Name after project Creation]]
* [[How to Change IntelliJ Project Name after project Creation]]
* [[IntelliJ Java Editor Appearance|Java Editor Appearance]]


=Usage=
=Usage=

Revision as of 02:53, 11 July 2020

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.

Configuration

Usage

IntelliJ Usage

Troubleshooting

IntelliJ Troubleshooting