doxdocgen icon indicating copy to clipboard operation
doxdocgen copied to clipboard

Auto-complete can't work

Open Jcc99 opened this issue 4 years ago • 7 comments
trafficstars

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 image

Your System:

  • OS: Windows10
  • VS Code Version:1.59.1
  • Doxdocgen Code Version:1.31.2

Jcc99 avatar Aug 23 '21 02:08 Jcc99

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 \?

cschlosser avatar Aug 23 '21 17:08 cschlosser

This function can't work in my computer too.

I had enable doxdocgen.generic.commandSuggestionAddPrefix to true,but don't have any effect. auto-complete can't work

Your System:

OS: Windows11(22000.318) VS Code Version:1.62.2 Doxdocgen Code Version:1.3.2

ousugo avatar Nov 17 '21 11:11 ousugo

Hi @ousugo ,

just to be sure. Are these two settings configured like this?

  "doxdocgen.generic.commandSuggestion": true,
  "doxdocgen.generic.commandSuggestionAddPrefix": true

cschlosser avatar Nov 23 '21 20:11 cschlosser

@cschlosser Yes, I sure image

ousugo avatar Nov 24 '21 01:11 ousugo

Thank you. I will try to reproduce it.

cschlosser avatar Nov 26 '21 18:11 cschlosser

#269 i think i have the same problem

Chose99 avatar Jan 15 '22 11:01 Chose99

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

LarsMiVo avatar Aug 18 '22 13:08 LarsMiVo