I'm using cosmic compiler for stm8 microcontroller.
It supports "@" pointers or modifiers.
such like
@<address>
@far
@near
@tiny
@interrupt
@inline
//etc..
VScode cannot recognize those modifiers and shows red underline and also intellisense does not work.
Does VScode have any setting to enable "@" pointers or modifiers? Or can it ignore "@" symbols? I just wanna use intellisense.
I used defines for these and defined those as nothing when the VS_CODE define is defined whitch i did in the c_cpp_properties.json. than vs code sees nothing and cosmic is happy to see the @ where they are needed