Tarik Weiss
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
-
Edited Different background when using TextAttrribtes.ERASE_MARKER PHPStorm
AnsweredI want to additionally highlight DocBlock with an Annotator. When I use TextAttributes.ERASE_MARKER to reset the highlighting then also the background is reset (specific for the PHPStorm Plugin). T... -
Created Parse and Tokenize a part of PHPDocComment with own Parser and Lexer
AnsweredHey, I'm looking for the ability to parse and tokenize a part of PHPDoc by my own. But I don't know how to do it, I had different approaches with the file type (overring php file type and so on), b...