(Intention?) to "Flip ','" on my JavaScript File
I'm new to PHPStorm and am trying to use the documentation and online searches to figure out things, but I've been on this for about 2 hours and cannot figure out what is going on, so I'm coming to the forums for help!
I have a JS file open that is little more than a large object with a myriad of keys and values. On each line, a lightbulb icon appears (what I assume is the IntelliJ IDEA editor's "Intention" function, and upon opening it, for any line in the object I'm on, it states:
Flip ','
If I select it, it flips the position of my 2 nearest keys. I CANNOT figure out what this is or how to disable it. I've looked everywhere through intentions and cannot find anything Flip-related that would cause this.
Please sign in to leave a comment.
normally this intention is intended to be used for swapping function parameters, but it's enabled for all commas in code currently. Unfortunately this intention can't be turned off. Related ticket: https://youtrack.jetbrains.com/issue/WEB-20195
This was reported back in February and STILL hasn't been resolved? Wow.
Thanks for the update, WebStorm team is checking this