From e5f214d790d3f7f3b3717cacd14851273ffe37ff Mon Sep 17 00:00:00 2001 From: Nicolas Berthier Date: Thu, 24 Oct 2024 17:07:33 +0200 Subject: [PATCH] Document current limitation about references in `EXEC`/`END-EXEC` blocks --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9af0a145..f63633540 100644 --- a/README.md +++ b/README.md @@ -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.