We use two IDE files for developing Angular.js applications: brackets v1.7 + WebStorm v2016.2
When you open the application through the IDE brackets, the URLs are displayed as expected:
http://127.0.0.1:55738/index.html#/distributor
But when I open the same URL from the WebStorm IDE, it looks like this:
http://localhost:63342/svnSource/SRDL/index.html?_ijt=j25vtpn610cetc16cgo6btff1v#/distributor
Why is this so different, and why does WebStorm introduce these additional parameters? Maybe something optional that you can disable?
UPDATE
This was a real pain for our team, as we develop applications for the intranet behind a proxy server, and this new “feature” does not bring any benefit and only annoys all developers. Desperate to somehow get rid of him.
source
share