Skip to content

Commit

Permalink
Document current limitation about references in EXEC/END-EXEC blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Oct 24, 2024
1 parent 5384715 commit e5f214d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,17 @@ every reference to this item.

![Go to References](./assets/superbol-goto-references.gif)

> [!NOTE]
> (Temporary limitation)
>
> In addition to limitations mentioned in [Go to
> Definition](#go-to-definition), references that occur in
> `EXEC`/`END-EXEC` blocks are also not taken into account yet.
### Reference Information

The extension shows inline reference information above definitons of
data item and elements of the procedure division.
data items and elements of the procedure division.
The same limitations as for [Go to Definition](#go-to-definition)
apply.

Expand Down

0 comments on commit e5f214d

Please sign in to comment.