Has anyone got intellisense working for c++ boost.test with Visual Studio code?
boost is installed in /usr/local/Cellar/boost/1.80.0/include
Things have tried:
- add the above path to c++ intellisense configuration as
/usr/local/Cellar/boost/1.80.0/include/**
- add
-L /usr/local/Cellar/boost/1.80.0/include
to compiler args in to c++ intellisense configuration - add
-L /usr/local/Cellar/boost/1.80.0/include
to compiler args in to tasks.json - add path to settings.json as browse path and/or include path
Not working so far.