I like to develop with soft wrap disabled, which works fine for PHP codeBut for comments beginning with //, it still soft wraps them anyway
Is there a way to disable this?
Example:
<?php
// 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
$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";
?>