Alexandr Evstigneev

Results 295 comments of Alexandr Evstigneev

God, filters are pretty messy in IDE. Perl links works fine, but there is an issue of precedence. There are multiply links providers and currently first wins. And in my...

it is slowly moving, but no. There is no final decision on architecture, so no. Playing with it. Unfortunatelly lack of time lately and 5.38 is coming.

https://camelcade.myjetbrains.com/youtrack/issue/CAMELCADE-3651/com.intellij.psi.PsiInvalidElementAccessException-Element-class-com.intellij.p

@lsf37 why is it going to be slower? This was inspired by memory snapshots analysis from intellij idea, which uses slightly modified version of jflex for its lexers. 1. No...

For now it works only with intermediate variable with explicit type like `my PayPal $paypal = $self->{PAYMENT_METHOD}` or getter in class: ``` sub new { $self->{PAYMENT_METHOD} = PayPal->new(); } #@returns...

no, this is expected to work. Can you provide a reproducible sample? And plugin/ide versions.

https://camelcade.myjetbrains.com/youtrack/issue/CAMELCADE-18245

I can't deduce what is going on in here. Code lookks fine to me. We have `:` before caret when backspace pressed, but highlighter says - no segments. Looks like...

Ye, this is indeed strange behavior. Repro script: ```perl use strict; use warnings FATAL => 'all'; use v5.30; my $something = bless { foo => 42 }, 'Foo::Bar'; my $someref...