<div dir="ltr">I like to develop with soft wrap disabled, which works fine for PHP code<div>But for comments beginning with //, it still soft wraps them anyway<br></div><div><br></div><div>Is there a way to disable this?</div>
<div><br></div><div>Example:</div><div><br></div><div><div><?php</div><div>// this is a very long string which shouldnt wrap this is a very long string which shouldnt wrap this is a very long string which shouldnt wrap this is a very long string which shouldnt wrap</div>
<div>$foo = "this is a very long string which shouldnt wrap this is a very long string which shouldnt wrap this is a very long string which shouldnt wrap this is a very long string which shouldnt wrap";</div><div>
?></div></div><div><br></div><div><br></div></div>