Christoph Schlosser

Results 49 comments of Christoph Schlosser
trafficstars

What about an "Indexed" enum version with a limited/different feature set?

Okay. Thanks for you quick feedback.

Hi @TjazVracko , great detailed feature suggestion! > Is something like this possible? I think this should be possible but for implementing it I wouldn't limit the scope to `pointers`...

Hi @TjazVracko , Sorry for keeping you waiting so long. I think first one should extend this class: https://github.com/cschlosser/doxdocgen/blob/master/src/Lang/Cpp/CppArgument.ts With an In/Out field. The arguments are extracted from the tree...

Hi @Allen1218 , Could you please use markdown formatting for your code and explain a bit more with before/after examples on what you're trying to do?

Hi @KUGA2 , this is on purpose and IIRC this has been a problem with another bug before. In the current version of the extension the legal disclaimer should be...

The empty lines should be possible but the license without the doxygen line prefix isn't I'm afraid.

Hi @masriomarm , thank you for bringing this to my attention. Maybe this is related to #273 or #261.

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....

Hi @ousugo , just to be sure. Are these two settings configured like this? ```json "doxdocgen.generic.commandSuggestion": true, "doxdocgen.generic.commandSuggestionAddPrefix": true ```