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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -