Skip to content

thomaspoignant/configuration-intelliji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

intelliji configuration

This repo contains configuration that I used for intelliji projects.


Code style

To import code style :

  • Open preferences window
  • Go to Editor > Code Style
  • Import the file src/configuration-code_style.xml into the scheme
  • You are now using tpoi_code_style
  • Click OK to save settings

Inspections

To import inspections rules :

  • Open preferences window
  • Go to Editor > Inspections
  • Import the file src/configuration-inspections.xml into the profile
  • You are now using tpoi_inspections
  • Click OK to save settings

Activation of auto-import

Default configuration doesn't active auto-import. To activate :

  • Open preferences window
  • Go to Editor > General > Auto Import
  • Select "Add unambiguous imports on the fly" and "Optimize imports on the fly (for current project)"
  • Click OK to save settings

Screenshot


Build project automatically

Default intelliji configuration doesn't build project automaticaly, to activate :

  • Open preferences window
  • Go to Build, Execution, Deployement > Compiler
  • Check "Build project automaticaly"
  • Click OK to save settings

Screenshot


Color scheme

The color scheme I use is Tommorow Night available in this github


Plugins to install

  • Grep console : Highlight error in console (can be found in intelij plugin repository)

About

Configurations to use intelliji properly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published