Syntax highlighting for COBOL in Sublime Text 3.
An IDE or Intellisense suport for COBOL.
- Make sure you already have Package Control installed
- Choose Install Package from the Command Palette
- Select COBOL and press
Enter
- Download the files using the GitHub .zip download option
- Unzip the files to your Sublime Text
Packagesdirectory
- Basic COBOL syntax and simple keyword completion
- Sequence number/add/remove/clear via extra commands
- goto start of procedure division command
- snippets for basic program (program-id), basic class (class-id), method, try-catch, evaluate
- template COBOL programs
- Syntax checking build system support (OpenCOBOL, Micro Focus ACUCOBOL GT and Micro Focus COBOL)
- [ ALT SHIFT A ]: Change to ACUCOBOL Syntax
- [ ALT SHIFT C ]: Change to COBOL Syntax
- [ ALT SHIFT O ]: Change to OpenCOBOL Syntax