11
General (but related to Code::Blocks) / Re: Any idea?
« Last post by Miguel Gimenez on April 25, 2025, 04:50:52 pm »Profile spammer reported to moderator.
When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
Somewhere there is a setting for which clangd is used by Code::Blocks check that is correct.
Edit: Best guess "settings->Editor"
To devs: Feature request that the setting of "$(TARGET_COMPILER_DIR)\bin\clangd.exe" works for clangd plugin; the clang plugin already has the code; but, the value of $(TARGET_COMPILER_DIR) is not know at the point in time; might not be possible for it to be known
Edit2: Looks like code is too complex for me to understand ClgdCompletion::OnAppStartupDone
Tim S.
I'll look to see if this is workable.
I vaguely remember that I tried this, but the needed macros were unknown at project load which is where the clangd.exe needs to be set.
But I'll look at it again anyway.