IDE configuration

JHipster applications can be created by using a command-line interface and JHipster CLI. Technically speaking, an IDE is not a requirement but when you continue development of a generated application it is highly recommended that you use a proper Java IDE such as IntelliJ, Eclipse, or Netbeans. Sometimes you could also use advanced text editors such as Visual Studio Code or Atom with appropriate plugins to get the work done. Depending on the IDE/text editor you choose, it is recommended to use the following plugins to make development more productive:

Regardless of IDE/text Editor, always exclude the folders node_modules, git, build, and target to speed up indexing. Some IDEs will do this automatically based on the .gitignore file.

Visit http://www.jhipster.tech/configuring-ide/ in your favorite browser to read more about this.