Evgeniy Petrichenko
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Evgeniy Petrichenko created a post, Search text in placeholders of the folded blocks?
Hi, I have custom FoldingBuilder which replace calls of function GetLocalizedPhrase() by the value of localized phrase (similar feature in AppCode/AndroidStudio). Is it possible to make search by p... -
Evgeniy Petrichenko commented, -
-
Evgeniy Petrichenko created a post, Recognizing html tag inside of php string
I'm developing plugin for PhpStorm.When I'm trying to find html tag in php file I get html tag inside of StringLiteralExpression as a result because of Language Injection. How to recognize that the... -
Evgeniy Petrichenko created a post, Html tags are highlighted inside php string expression. Is it right behavior?
Hello guys, I've found some strange thing :) HTML-tags inside of a php-string are highlighted like as HTML tags in HTML-context...and not looks like a part of string at all. The real pain is: I'm d... -
Evgeniy Petrichenko created a post, How to follow to some psi element in file?
Hi, Unfortunately can't find any information about it. I create some psi element in psi file and I need to go to this psi element (to move cursor in editor). What API can I use to complete the ta... -
-
-
Evgeniy Petrichenko created a post, How to insert php-statement into html tag ?
I have some html code in my PHP file. For example, <div id="someId"><div> I need to insert some PHP group statement into DIV tag: <div id="someId"><?=SomeClass::getSomeString(); ?><div> But I can'...