ris58h / WebCalm

Free JavaScript and CSS support in IntelliJ-based IDEs
https://plugins.jetbrains.com/plugin/21826-webcalm
33 stars 5 forks source link

[javascript] occurancies highlighting doesn't work for function call #4

Closed ris58h closed 11 months ago

ris58h commented 1 year ago

Code:

function foo() {
    foo()
}

When the cursor is on foo function call there is no highlighting of foo in function declaration. It works vice versa BTW.

ris58h commented 1 year ago

Seems like it's an 2020.3 IDEA issue. Further investigation required.

ris58h commented 11 months ago

Can't be reproduced anymore.