3
After the failure to search for a plugin in sublime text 3, I come to ask for help.
I need to recognize the libs installed on the system, for this I look for a plugin capable of providing an autocomplete at the time of the #include of headers (ex. # include < show include options here>)
Someone knows a plugin in sublime text 3 that provides this Feature, as in the Netbeans IDE below?
operating system using the editor will be linux.
The plugin locates for the compilation by sublime own, but does not drop down the libs I have in these directories.
– MacYoshi