Vladimir Reznichenko
Vladimir Reznichenko
@funivan no worries =) @spenserhale I'l target the next release for this feature, it seems to be in demand.
If I understand correctly, you are trying to configure guards for some packages individually. The idea looks good to me, but I'm not sure about the configuration format. What do...
With some limitations, we can report the case. Do you have a PR/commits with the fix - so I get a better idea?
Thank you @cebe : that's sufficient volume of information =)
Hi @qrazi, 1) Can you share a screenshot probably, I could not imagine how this might look like? 2) The plugin currently doesn't have any settings, but perhaps we could...
1) IDE has "Find usages" functionality, I'll check if we could hook there up 2) That's a slightly different case, which category do you use for your translations (app, site,...
Hi @craiglondon, thank you for reporting. I'll take a look what happens here, hopefully with a solution. Currently, I re-working plugin build scripts and come back to this when all...
@brandonkelly, @samdark: do we need to add `@property` annotation for getters returning `ActiveQuery` as well (or we do stick to scalar types only)?
Awesome, thank you @samdark for the prompt answer!
The plugin searches translations in files matching some naming conventions: https://github.com/kalessil/yii2inspections/blob/master/src/main/com/kalessil/phpStorm/yii2inspections/codeInsight/TranslationKeysIndexer.java#L86 e.g. `[any-path-here]/translations/en.php`, `[any-path-here]/translations/EN.php` or `[any-path-here]/translations/en-us.php` will be recognized as a translation file. If the convention is already used, then...