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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -