Hello, i just want to ask, is there any way/option to get autocomplete work with C++ header files?
I have prototypes of functions writen in header.h file and working in main.cpp and need to autocomplete that functions from header in main
Thanks
EDIT: Found part solution:
Solution by andyao
[quote]see the plugin came from a stackoverflow question:
github.com/andyao/sublime_plugins[/quote]
but still, i need plugin what can do this from specified external files