-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels