Skip to content

How to add my custom CIX file for a given library ? #43

@ismnoiet

Description

@ismnoiet

I have created successfully a custom auto-complete catalog for a library X(JavaScript language),
i've tried to put it on its own file for organisation purposes :

...CodeComplice/libs/codeintel2/catalogs/customX.cix

i've also tried to add it to CodeComplice.sublime-settings under :
JavaScript.codeintel_selected_catalogs alongside with jQuery

"JavaScript": {
            "codeintel_scan_extra_dir": [],
            "codeintel_scan_exclude_dir":["/build/", "/min/"],
            "codeintel_scan_files_in_project": false,
            "codeintel_max_recursive_dir_depth": 2,
            "codeintel_selected_catalogs": ["jQuery","customX"]
},
...

But it is not working, and it works only if i put the entire custom library definition inside the JavaScript catalog located in :

...CodeComplice/libs/codeintel2/stdlibs/JavaScript.cix

Notice : I asked this question already at SublimeCodeIntel and got no answer.
Any help or suggestions would be more than appriciated and thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions