+36

PHP namespace support

Christian Kruse 12 років тому оновлено Luke Ashe-Browne 11 років тому 2
PHP namespace support is missing

It starts on syntax highlighting: If you type new \MusterClass() it will be highlight completely different to new MusterClass().

having such an issue, 

class MyException extends Exception{}  

is coloured nicely, then:

namespace App\Module;

class MyException extends \Exception{}

lacks the colours, the whole line after class  is just white.