You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That could be workaround by PowerShellGeneratedParserUtil extends GeneratedParserUtilBase, but given that parser generator works fine without that, it would be nice to fix inspection as well.
Example: https://github.com/ant-druha/intellij-powershell/blob/7d804d118095392cc7d7f8d97bb0c3135285ca3c/src/main/resources/PowerShell.bnf#L156
Given
parserUtilClass="com.intellij.plugin.powershell.lang.parser.PowerShellGeneratedParserUtil"
Inspection reports at e.g. line:
private configuration_block_recover ::= !(statement_terminators? ('configuration' | <<eof>> | SQBR_L| statement_stop_tokens))
It seems inspection resolves from
parserUtilClass
only, without looking up incom.intellij.lang.parser.GeneratedParserUtilBase
.Versions:
Build #IU-233.7784, built on September 21, 2023
org.jetbrains.idea.grammar (2022.3.2)
The text was updated successfully, but these errors were encountered: