Is it possible to enable horizontal scrolling in Phpstorm
?
I have found nothing whilst searching through the settings.
Is it possible to enable horizontal scrolling in Phpstorm
?
I have found nothing whilst searching through the settings.
Have you tried holding SHIFT + mouse scrolling?
I tested it from version 8.0.3 up to 9.0.2 and it works just fine.
Bonus hint:
This feature is actually pretty standard on many programs. Even on you browser, if you zoom-in right now so that the horizontal scroll bar appears, and try to scroll while holding SHIFT, it will side scroll.
Unfortunately it's not possible to perform horizontal scroll with mouse (mouse wheel) or pads -- JDK does not support it (maybe in v9).
In my particular case it was that I was running autohotkey
which had something bound to shift... So phpstorm couldn't pick up on it.