Debugging javascript within intellij is quite a nice feature, provided one could change the code and be able to reload it on client side. Currently reloading javascript code in chrome is only possible if dev tools (F12) are active (no force reload like Ctrl-F5 or so). But opening dev tools stops the intellij debugger, requiring me to resart it and eventually login again because i receive a new session, so i kind of lose my whole testing context.
Am i missing something obvious or this is really a missing feature in intellij?