Alexandr Evstigneev

Results 295 comments of Alexandr Evstigneev

Could you please elaborate? Do you want this to be configurable?

For now it feels like we should refactor with dialog such things or provide reference range after resolve

Seems that accessors or properties should be changed to some kind of multi-named subs. 1. They should provide completion elements 2. They should provide additional find usages 3. We should...

Basically you should do: 1. Uncomment https://github.com/Camelcade/Perl5-IDEA/blob/master/plugin/scripts/xs_parser_simple.pl#L14 2. Run script from the console 3. See on which module script stucks 4. Try `perl -MScript::In::Question` it should do nothing (not hang...

We could add the heartbeat message to the deparsing script and catch if it not finished and silent for a long time. And kill it by ourselves. We could probably...

Yep. This requires special treatment I believe.

What is the reason for using such approach?