-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Can someone please help me with a library issue. I have a screenshot: When I am typing in return EXIT_FAILURE; I get from: with nothing there. I mean the from is blank. So when I press enter it pulls in: #include cstdlib But this is wrong because it should be: #include <stdlib.h>... And not #include cstdlib...
I noticed it the the from: is blank and only pulls in the C++ header when it is text.
When I want to use a function it finds and pulls in the right header file just fine.
I am running on Debian 12 and installed Helix via the nix package meager. So I completely deleted and re-installed the nix package manager, as well as installing and setting up clang 19. But the issue remains. In fact I made things a bit worse, it seems, because...
Both C and C++ health WAS setup and green across the board. But now tree-sitter parser under C++ is: none.
But for C it is: Tree-sitter parser: ✓.
Before I re-installed everything the tree-sitter parser for both C and C++ was fine: Tree-sitter parser: ✓
But I still have the issues of it not always pulling in the correct header.
Here is my Helix log:



