-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I recently installed VsCode with the Superbol extension.
So far, I've been using OpenCOBOLIDE.
I hope this is the right channel to ask for information.
If not, could you tell me which is the correct channel to use?
The VsCode and Superbol environment seems very powerful and interesting at first glance, but also a bit confusing for a beginner. I think a beginner's guide would be helpful.
For this reason, I'd also like to gather some basic information for those who are using Superbol for the first time in a document.
Question:
When I'm editing GnuCOBOL source code, I'd like to use a function that automatically inserts *> characters at the beginning of a line to make the entire line a comment.
The same goes for a block of lines.
And, of course, a function that removes the *> characters at the beginning of a line to uncomment a line or block of lines in the source code.
I tried the menu function
Edit --> Toggle Line comment
but it doesn't work (nothing happens).