In our environment, we are writing a Javascript template in which there are areas where server preprocessing inserts values ββinto the code.
An example would look like this:
var myVarValue = "`serverProcessedVarValue()`";
In the above example, the server performs a function that is unmanned by back windows, and writes the result between quotation marks, and then sends this javascript to the browser.
We use IntelliJ IDEA. He (and Webstorm, I suppose) emphasizes these reverse steps as an encoding error. I can not find the settings to change this behavior. There is one?
Thanks!
source share