CLANG INTELLISENSE Smart completion issue Sysprogs forums › Forums › VisualGDB › CLANG INTELLISENSE Smart completion issue This topic has 1 reply, 2 voices, and was last updated 3 hours, 4 minutes ago by support. Log In Register Lost Password Viewing 2 posts - 1 through 2 (of 2 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 Author Posts Log In Register Lost Password Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In