Hello!
I wanted to share an extension I created for those of us who develop in C/C++ in AS Code. Currently in AS Code, you can develop in C/C++ as you would normally, but all the IEC datatypes are not recognized as keywords in .c and .h files like they are in AS4 and AS6. I couldn’t find a way to change this and I’m a bit nit-picky about my text editor, so I created this small extension that highlights them and some of the other keywords in the editor like Automation Studio does!
Before the extension:
After the extension:
Download the extension:
kmontreal-hub/iec-datatypes-cpp: IEC Datatypes For C/C++ - AS Code Extension

