Closed pounard closed 1 year ago
When writing a self::foo() call in a class method, syntax coloring of the self keywork is fine until the line is finised typing:
self::foo()
self
Here we can see the self keyword being bold brown-purplish.
After I finished typing the line, color disappear and another style is taking over:
Here we can see it being normal weight and black.
This happens in every context.
When writing a
self::foo()
call in a class method, syntax coloring of theself
keywork is fine until the line is finised typing:Here we can see the
self
keyword being bold brown-purplish.After I finished typing the line, color disappear and another style is taking over:
Here we can see it being normal weight and black.
This happens in every context.