Skip to content

Commit 205d8a7

Browse files
committed
Add image captions to Code4z section
Signed-off-by: Zeibura Kathau <[email protected]>
1 parent 6a623e7 commit 205d8a7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

COBOL Programming with VSCode.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,8 @@ The COBOL Language Support extension checks for mistakes and errors in COBOL cod
553553

554554
![](Images/code4z-img1.png)
555555

556+
*Figure 1. The syntax and semantic check feature highlights an error.*
557+
556558
## Navigation of Code
557559

558560
The Code4z package enables several features for ease of navigation through code.
@@ -563,6 +565,8 @@ The breadcrumb view across the top of the editor shows where the current line of
563565

564566
![](Images/code4z-img2.png)
565567

568+
*Figure 2. Breadcrumb view.*
569+
566570
### Outline View
567571

568572
The Code4z package enables the outline view tab in the sidebar. Outline view enables you to easily navigate through sections and individual variables and paragraphs.
@@ -585,12 +589,16 @@ While your cursor is placed on a variable or paragraph name, you can press **F12
585589

586590
![](Images/code4z-img3.png)
587591

592+
*Figure 3. Go To Definition shows the point at which the USER-STREET variable is first defined.*
593+
588594
### Find All References
589595

590596
The **Find All References** functionality (**SHIFT+ALT+F12**) highlights all references to a variable or paragraph and displays them in a list in the sidebar, so that you can easily navigate between them.
591597

592598
![](Images/code4z-img4.png)
593599

600+
*Figure 4. Find All References lists all references to the USER-STREET variable in the code.*
601+
594602
## Copybook Support
595603

596604
Copybooks are pieces of source code stored in separate data sets which are referenced in a program. The COBOL Language Support extension enables you to download all copybooks referenced in your program from the mainframe to a folder on your machine. In order for this feature to work, you need to set up and configure a Zowe CLI `zosmf` profile.
@@ -605,11 +613,13 @@ The COBOL Language Support extension provides live suggestions while you type fo
605613

606614
![](Images/code4z-img5.png)
607615

616+
*Figure 5. Autocomplete lists possible variables and keywords beginning with the typed string in a list.*
617+
608618
## Summary
609619

610620
In this chapter you have been introduced to all the COBOL language support features of the Code4z package of open-source extensions for VS Code.
611621

612-
/newpage
622+
\newpage
613623

614624
# Zowe CLI and Zowe CLI Plug-ins
615625

@@ -927,7 +937,7 @@ Open VSCode and in the left side tool menu select **Extensions**. From there, i
927937

928938
## Summary
929939

930-
In this chapter you have been introduced to VSCode and some of the extension tools available to it. We have walked through the process of installing the pre-requisite software, Node.js and Java SDK, as well as VSCode, Zowe Explorer and IBM Z Open Editor. You have also been briefly introduced to the utility of these extensions in VSCode. In the subsequent chapters we will delve deeper into how and when to use them and get some practice through lab assignments.
940+
In this chapter you have been introduced to VSCode and some of the extension tools available to it. We have walked through the process of installing the pre-requisite software, Node.js and Java SDK, as well as VSCode, Zowe Explorer, IBM Z Open Editor and Code4z. You have also been briefly introduced to the utility of these extensions in VSCode. In the subsequent chapters we will delve deeper into how and when to use them and get some practice through lab assignments.
931941

932942
\newpage
933943

COBOL Programming with VSCode.pdf

286 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)