Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable horizontal scrolling Phpstorm

Is it possible to enable horizontal scrolling in Phpstorm?

I have found nothing whilst searching through the settings.

like image 979
Jamie Hutber Avatar asked Sep 24 '14 21:09

Jamie Hutber


People also ask

How do I scroll horizontally in Intellij?

Open File > Settings > Keymap and search for "Scroll Left". Right click on the item and select add mouse shortcut and try swiping horizontally on your trackpad, if it does not detect, you can hold SHIFT and scroll up or down depending on your preference. Repeat the same for "Scroll right".

How do I stop horizontal scrolling on a responsive website?

Add overflow: hidden; to hide both the horizontal and vertical scrollbar.

How do I get rid of the horizontal scroll in HTML?

To hide the horizontal scrollbar and prevent horizontal scrolling, use overflow-x: hidden: HTML.

How do I scroll in Intellij?

Horizontal scrolling can be enabled in 'File | Settings | Editor | General | Appearance'. Click-to-scroll toggle mode can be disabled in 'File | Settings | Editor | General | Appearance'. Mouse shortcut can be customized in 'File | Settings | Keymap | Plugins | Fast Mouse Scrolling | Start Fast Mouse Scrolling'.


1 Answers

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.

like image 110
Charles Avatar answered Sep 29 '22 08:09

Charles