C/C++ code editing - Best extension for IBM z/OS flavor #271
Replies: 1 comment
-
In reply to C/C++ - Minimal support for INCLUDE in zapp.yaml for editing and IBM User In fact, VS Code already manages the C/C++ language as standard funtionnality and implements syntax highlighting, which already makes it possible to manipulate C/C++ program sources. To complete this first solution, we lack the management of includes identical to what ZOE does for the languages it supports. In our context, for C/C++ source code, we are only missing the management of includes and the management of the IBM User Build:
We already have a debugger for the C language with integration into VS Code (but it's not the IBM debugger, "nobody's perfect"). In the past, our C sources were edited directly on the z/OS system. There should be a function to toggle between special characters and digraph/trigraph, back and forth. |
Beta Was this translation helpful? Give feedback.
-
Hi,
As stated in our request Support for C/C++ language and IBM XL C/C++ / IBM Enterprise Metal C for z/OS compilers, we would like to be able to edit "IBM z/OS flavor" C/C++ code with VS Code.
Pending a solution proposed by Z Open Editor, do you have any recommendations regarding the VS Code extension that would be the most appropriate, in terms of C/C++ language support for IBM z/OS, and in term of simplicity of implementation?
Thanking you.
Beta Was this translation helpful? Give feedback.
All reactions