EasyClangComplete icon indicating copy to clipboard operation
EasyClangComplete copied to clipboard

generate auto completion for external libraries?

Open ghost opened this issue 1 year ago • 1 comments

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

ghost avatar Dec 16 '24 20:12 ghost

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.

niosus avatar Dec 16 '24 21:12 niosus