Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate auto completion for external libraries? #774

Open
voidxqz opened this issue Dec 16, 2024 · 1 comment
Open

generate auto completion for external libraries? #774

voidxqz opened this issue Dec 16, 2024 · 1 comment

Comments

@voidxqz
Copy link

voidxqz commented Dec 16, 2024

System info:

  • Sublime Text version: 3
  • Which system are you on: windows
  • Clang version: 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" : [

"-I/usr/include",
"-I$project_base_path/src",

"-I/C:/program files/LLVM/lib/clang/19/include",

"-I/D:/openframeworks/libs/**",
"-I/D:/openframeworks/addons/**",

"-I$file_path",

]
}`

```

all the header files for openframeworks is in libs and its subdirectories . so i added this (libs/**) at the end

@niosus
Copy link
Owner

niosus commented Dec 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants