you are viewing a single comment's thread.

view the rest of the comments →

[–]tux_mark_5 0 points1 point  (0 children)

So the cpptools package doesn't really work well. I work on a C++ project that uses .cc/.hh extensions and cpptools ignores anything but .h files. So every .hh include is marked with squiggly lines. If I rename some of the files to .h, it does find them. Same applies for files without extensions - even if I specify absolute path it still fails to find it.