Disable Horizontal Scrolling in PhpStorm -


is there way this? i'd rather have code wrap , within 80-100 character line lengths. scroll on every time swipe driving me crazy!

there "soft wraps" functionality in ide -- -- virtually (on screen only) breaks line multiple show whole line without need horizontal scrolling.

it can enabled at:

  • for files: settings/preferences | editor | general | use soft wraps in editor
  • for current file only: view | active editor | use soft wraps

these options available via gutter context menu (the area line numbers are). if have customized context menu long time ago ... may not there (as added there straight away).


Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -