doxdocgen
doxdocgen copied to clipboard
Autocomplete doesn't trigger for .c & .h files. but it works for .cpp
Describe the bug A clear and concise description of what the bug is. intellisense is not working when a file is .c or .h, but it works for cpp files.
when created a new workspace to take the images. it worked for header file. but still not working for c files.
Screencaps
Your System:
- OS: [Linux]
- VS Code Version [1.63.2]
- Doxdocgen Code Version [1.3.2]
while in the same file, changing the language mode in the lower right corner in the status bar in vscode seems to workaround the issue. while in c language mode, the extension doesn't trigger intellisense. but it seems to work in cpp language mode.
hope this can help. @cschlosser
I have exactly the same experience, i.e. it works when I change to C++ when editing a C file.
Hi @masriomarm ,
thank you for bringing this to my attention. Maybe this is related to #273 or #261.
Hi @cschlosser , thanks for your effort. let me know if i could provide more help.
Is there any way to solve this problem?
Still a problem