CobolSTF

The CobolSTF extension implements syntax highlighting for Cobol and provides some simple commands to help the development.
Implemented commands
Name |
Description |
Shortcut |
cblvscode.commentIn |
Comment selection |
ctrl+shift+w |
cblvscode.commentOut |
Uncomment selection |
ctrl+shift+e |
cblvscode.tab |
Insert a tab |
tab |
cblvscode.unTab |
Remove a tab |
shift+tab |
cblvscode.openCobolFile |
Open cobol file |
alt+c |
cblvscode.moveToPerform |
Go to Perform |
alt+x |
cblvscode.createPerform |
Create Perform |
alt+y |
cblvscode.searchCaller |
Search Caller |
alt+o |
cblvscode.searchFirstCaller |
Search First Caller |
alt+u |
cblvscode.writeDateNow |
Write Date Now |
alt+n |
cblvscode.showJiraStory |
Show Jira Story |
alt+j |
cblvscode.moveToLabelIn |
Move to label In |
alt+l |
cblvscode.moveToProcedureDivision |
Move to Procedure Division |
alt+p |
cblvscode.sumPicSize |
Compute picture size |
alt+s |
cblvscode.searchDeclaration |
Search Declaration |
alt+d |
cblvscode.findReferences |
Find References |
alt+r |
cblvscode.setRegion |
Set Region |
alt+f |
cblvscode.refactoring |
Refactoring |
alt+enter |
cblvscode.showChanges |
Search lines with same 'Sequence number area' |
alt+g |
cblvscode.gotoChangesComment |
Show first line with same 'Sequence number area' |
alt+shift+g |
| |