vscode settings - Allegro5 functions are not recognized for code completion? -
most of functions in allegro5 header files defined macros follow pattern bold_is_the_type_of_the_data
:
al_func(return_type, function_name, (function_parameters));
is there way can force intellisense add functions code completion?
i using visual studio code version 1.16.0 , have tested tag parser , default engines.
Comments
Post a Comment