doxdocgen
doxdocgen copied to clipboard
Auto-complete can't work
Describe the bug when i want to edit a doxygen command like @brief . i type @b , it can't list the list of auto-complete.
Screencaps
i haven't saw anything like the marked in red box

Your System:
- OS: Windows10
- VS Code Version:1.59.1
- Doxdocgen Code Version:1.31.2
Hi @Jcc99 ,
could you please take a look at this comment: https://github.com/cschlosser/doxdocgen/pull/229#issue-645255775
Especially:
I also add a setting for adding a \ as a prefix thus better readability. (I tried using current trigger character, but @ seems to mess up the completion item filtering. If I type a @ and any character, the completion list is gone. \ doesn't cause such issue)
It seems like VS Code doesn't like @ in the completion list so \ should be used instead.
Could you please check if it works for you when you're using \?
This function can't work in my computer too.
I had enable doxdocgen.generic.commandSuggestionAddPrefix to true,but don't have any effect.

Your System:
OS: Windows11(22000.318) VS Code Version:1.62.2 Doxdocgen Code Version:1.3.2
Hi @ousugo ,
just to be sure. Are these two settings configured like this?
"doxdocgen.generic.commandSuggestion": true,
"doxdocgen.generic.commandSuggestionAddPrefix": true
@cschlosser Yes, I sure

Thank you. I will try to reproduce it.
#269 i think i have the same problem
I have the same issue: Set both generic command suggestions for user and workspace (to be sure). But no suggestion for @ or \
VS Code Version: 1.70.2 OS: Windows_NT x64 10.0.19044 Doxdocgen Code Version:1.4.0