Every time I try to select a line (for copying it, for example) a wild light bulb appears and blocks the mouse pointer. How can I remove this feature?
Tag: ide
How can I set the PHP version in PHPStorm?
Is it possible to set the PHP version value, say 4.0+ and have PHPStorm highlight functions that wouldn’t work with the oldest version? For example, for PHP4 this should highlight static function etc. I have a PHP installation on my PC but I don’t want to install an older PHP version for every small script I have to produce. Thanks