Skip to content

generate auto completion for external libraries? #774

@ghost

Description

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

Details

`{

"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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions