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 f87f803
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions 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 Expand Up @@ -221,7 +228,7 @@ which case the renaming of every reference is not performed).

Sections and paragraphs of the procedure division can also be renamed
in the same way.
The same limitations as for [Go to Definition](#go-to-definition)
The same limitations as for [Go to References](#go-to-references)
apply to this feature.

## Exploring the Control-flow
Expand Down

0 comments on commit f87f803

Please sign in to comment.