Author Topic: hints(autocompletion) dont work for include files, neither find declaration  (Read 2707 times)

hellbike

  • Guest
#include <SDL.h>

int main()
{
SDL_S <--------- at this point i expect to see all functions/variables starting from SDL_S - but nothing happends
SDL_LoadBMP() <---- after rightclick and choosing find declaration - "not found SDL_LoadBMP"

why? how to fix this?