CLANG INTELLISENSE Smart completion issue Sysprogs forums › Forums › VisualGDB › CLANG INTELLISENSE Smart completion issue This topic has 2 replies, 2 voices, and was last updated 1 month ago by buga. Log In Register Lost Password Viewing 3 posts - 1 through 3 (of 3 total) Author Posts August 31, 2025 at 14:48 #36863 bugaParticipant The Clang IntelliSense supports C smart completion, but if you try to use it outside the function’s root braces, the completion breaks. void UART_Write(UART_HANDLE handle, uint8_t* data, int length); int main() { UART_HANDLE h; h. // Pressing ‘.’ triggers completion, and UART_Write is suggested as if the handle were a C++ class. if (true) { h. // -> nothing } } Is this the expected behavior, or is there a way to fix it? September 2, 2025 at 20:38 #36872 supportKeymaster Hi, Thanks for pointing this out. We have fixed it in the following build: VisualGDB-6.1.0.5377.msi September 5, 2025 at 09:15 #36880 bugaParticipant Excellent, I appreciate your swift assistance. Author Posts Log In Register Lost Password Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In