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 .
Unfortunately, I haven't touched this plugin in years now and it has been living its own life for now. I'm not coding in Sublime Text anymore much so I'm not sure I'm going to be able to help out efficiently.
That being said please also post a console output as the issue template suggests. Otherwise, it is hard for me to figure out what went wrong.
System info:
3
windows
19
What 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
`{
"common_flags" : [
]
```}`
all the header files for openframeworks is in libs and its subdirectories . so i added this (libs/**) at the end
The text was updated successfully, but these errors were encountered: