Search code examples
linuxubuntuvisual-studio-codewxwidgets

How to setup WxWidgets IntelliSense on linux VS code


how to get WxWidgets IntelliSense for Linux VScode. i was able successfully compile WxWidgets.

i added '/home/udan/Documents/Libraries/wxWidgets/include' to include path, but that doesn't seems to work. then i got suggestion '/usr/local/include/wx-3.2' to add to include path that doesn't work either.


Solution

  • add these location to include path.

    /usr/local/include/wx-3.2

    /usr/local/lib/wx/include/gtk2-unicode-3.2