IDE - betagouv/pix GitHub Wiki

L'IDE recommandé est IntelliJ'IDEA, mais libre à vous d'utiliser celui de votre choix.


IntelliJ'IDEA

Plugins

Dans le menu "Preferences" -> "Plugins" :

  • .ignore
  • EditorConfig
  • Ember.js
  • CodeGlance
  • NodeJS

Code Style

Dans le menu "Preferences" -> "Editor" -> "Code Style" -> "JavaScript" :

  • Tabs and indents
    • Tab Size: 2
    • Indent: 2
    • Continuation indent: 2
  • Spaces
    • Within / Object literal braces: true
    • Within / ES6 import/export braces: true
  • Blank Lines
    • (Keep maximum Blank Lines) In code: 1

Atom

Plugins

// TODO

Coding style

// TODO


Sublime Text

Plugins

// TODO

Coding style

// TODO