Evgeniy Petrichenko
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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'...