Le 27/08/2019 à 17:58, Shah Ahmed a écrit : > Which IDE is everyone using? > This is at developer choice. Johann (another SIS contributor) and myself use NetBeans. Alexis (another contributor) use IntelliJ. I do not know for other developers.
But it should not matter much since the build of Apache SIS is defined by Maven pom.xml files, and all major IDE can understand those files. The Apache SIS project has an "ide-project/NetBeans/" folder with NetBeans-specific configuration files, but this is only a convenience for users who want to open the project as a NetBeans project instead than a Maven project (the NetBeans project is faster and allows more customization) and does not affect users of other IDE. Martin