cupper READMECupper is a small extension for all COBOL users of VS Code who like to use capital letters in their code. FeaturesA new command, called "Convert COBOL Keywords to upper case" is available after installing/enabling the extension. It converts in any document all strings to upper case but ignores comment lines and literal assignments (e.g. MOVE "interest rate" to WS-VAR) Release Notes1.0.0Initial release of CUPPER ... 1.0.1Several Fixes included 1.0.2Changed package.json 1.0.3Changed package.json 1.0.4Changed Delimiter Handling 1.0.5Handling of large literals (no closing apostroph, continued in the next line) fixed |