Skip to content

Commit 4a1e80c

Browse files
committed
simplify
Signed-off-by: Zeibura Kathau <[email protected]>
1 parent 8494413 commit 4a1e80c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

COBOL Programming with VSCode.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,11 +506,11 @@ COBOL Language Support recognises files with the extension .COB and .CBL as COBO
506506

507507
### Syntax Highlighting and Coloring
508508

509-
The COBOL Language Support extension uses a third-party plugin to color keywords, paragraphs, and variables in different colors to make the code easier to navigate. The Code4z package contains the bitlang plugin which enables syntax coloring.
509+
The Code4z package enables coloring of keywords, paragraphs, and variables in different colors to make the code easier to navigate.
510510

511511
### Syntax and Semantic Check
512512

513-
The extension checks for mistakes and errors in COBOL code. The syntax check feature reviews the whole content of the code, highlights errors and suggests fixes.
513+
The COBOL Language Support extension checks for mistakes and errors in COBOL code. The syntax check feature reviews the whole content of the code, highlights errors and suggests fixes.
514514

515515
![](Images/code4z-img1.png)
516516

@@ -520,15 +520,14 @@ The COBOL Language Support extension includes several features for ease of navig
520520

521521
#### Breadcrumb View
522522

523-
524523
The breadcrumb view across the top of the editor shows where the current line of code exists within the structure of the COBOL source code. You can click each element on the bar to see that section of the code highlighted, or to select a code element within the section and navigate to it.
525524

526525
![](Images/code4z-img2.png)
527526

528527
#### Outline View
529528

530529

531-
The Bitlang extension included in the Code4z package adds the outline view to the sidebar. Outline view enables you to easily navigate through sections and individual variables and paragraphs.
530+
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.
532531

533532
#### Shortcuts
534533

0 commit comments

Comments
 (0)