intellij-arend
intellij-arend copied to clipboard
Arend Errors: line number is not updated after some modifications in the editor
Steps:
- Have some declaration with a goal.
- Open Arend Errors and check the line number (3 in this case).
- Add a new line before the declaration.
Expected: the line number in Arend Errors becomes 4. Actual: it remains 3 and changes only when I click on it.