I have a new computer with WINDOWS 11.
I installed VSCODE.
I added the SuperBOL Studio OSS extension from inside VSCODE.
Now I can open and edit a GnuCOBOL source code from VSCODE.
--
Marco Antoniotti, Professor, Director tel. +39 - 02 64 48 79 01
DISCo, University of Milan-Bicocca U14 2043 http://dcb.disco.unimib.it
Viale Sarca 336
I-20126 Milan (MI) ITALY
I have a new computer with WINDOWS 11.
I installed VSCODE.
I added the SuperBOL Studio OSS extension from inside VSCODE.
Now I can open and edit a GnuCOBOL source code from VSCODE.
Then I downloaded
gnucobol-3.2-aio-20240402-user.msifrom https://superbol.eu/developers/windows/ and installed GnuCOBOL 3.2Executing from a "cmd" session the following command :
cobc prog1.cob -xworks fine.Then the prog1 program executes ok.
UPDATE:
Exit and re-enter from VSCODE.
Now from VSCODE menu:
Terminal --> Run Build Taskexecutes a regular compilation.Last edit: Eugenio Di Lorenzo 2025-11-07
That's a good result!!
As a tip for people who like to use the fixed format:
vertical lines can be displayed in the editor for the special COBOL columns.
To do this, add the following to the settings.json of VS Code:
Simon has already posted this here, too:
https://sourceforge.net/p/gnucobol/discussion/help/thread/0e3e3ebf1f/?limit=25#9a4c/47f5
This is nice and helpful for fixed format programs in my opinion.
One idea would be for the SuperBOL Studio extension to automatically recognize fixed and free formats and dynamically adjust the setup :-)
Or you issue M-x cobol-mode on a real editor 😏
On Sat, Nov 8, 2025 at 6:15 PM Michael Del Solio mds711@users.sourceforge.net wrote:
--
Marco Antoniotti, Professor, Director tel. +39 - 02 64 48 79 01
DISCo, University of Milan-Bicocca U14 2043 http://dcb.disco.unimib.it
Viale Sarca 336
I-20126 Milan (MI) ITALY
REGAINS: https://regains.disco.unimib.it/
Related
Discussion: cobol