You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so this is not an issue rather it's a question related to the plugin that is ECC is only giving me auto completion for standard libraries and clang . I am using openframeworks library and i want code completions for it . though i added its path in common flags , ecc still not giving me any completions for it .
System info:
3windows19What happens:
so this is not an issue rather it's a question related to the plugin that is ECC is only giving me auto completion for standard libraries and clang . I am using openframeworks library and i want code completions for it . though i added its path in common flags , ecc still not giving me any completions for it .
please kindly help
Details
`{
"common_flags" : [
]
```}`
all the header files for openframeworks is in libs and its subdirectories . so i added this (libs/**) at the end