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.