I tend to use ST to code on c/c++, one very useful feature is the one to show up definitions, in my workspace i’ve added
the windows sdk includes folder, so i can access some of the windows structures/constants/functions. For some reason
some definitions are not being shown at all. Take a look to the next video, you can see how {SetPixelFormat, ChoosePixelFormat, CreateWindow} functions are showing its definitions perfectly while {wglMakeCurrent, wglCreateContext} are not. In the next screenshot you can see how those functions would look like in the already included files.
Why is this happening? I got the files including the definitions of those functions into my workspace, so… maybe is this a bug?