Sublime Forum

OSX El Capitan and c++ system path

#1

Hi,

I need ST3 to be able to go to the definitions of c/c++ functions like malloc, open and friends that currently reside in /usr/include in my system.

But I won’t be able to find it. I even installed Fix Max Path and added “additional_path_items”: ["/usr/include"] in Preference settings but still nothing.

Is it possible to benefit this feature?

Thanks

0 Likes

#2

You need to add the file path /usr/include to the project folders.

1 Like

#3

Thanks a lot, now I can work.

Bye

1 Like