On Mon, May 14, 2018, 09:26 WebE <[email protected]> wrote: > ... > > What I would like to know if there is any tool/debugger/IDE setup that > supports developing these extensions, where we can get help form > intellisense in writing code, or set a breakpoint and see what data is > being > received when a login request is sent to the auth provider? >
My personal preference is Netbeans, though any Java IDE should do well. Some prefer Eclipse, though I find Eclipse less easy to use with Maven. Netbeans has nice Maven and Tomcat integration. It'll open Maven projects natively, without filling the source tree with IDE-specific cruft. - Mike
