code-d icon indicating copy to clipboard operation
code-d copied to clipboard

Feature request: option for not stars in ddoc comment

Open nxuv opened this issue 3 years ago • 3 comments

Basically an option to have

/**
Function description
Params:
  var = thing
Return: thing
*/

Automatically injected instead of

/**
 * Function description
 * Params:
 *   var = thing
 * Return: thing
*/

nxuv avatar Nov 30 '22 08:11 nxuv

Also I'd note that this option would feel much more natural if code-d would use vscode's tab config,aka:

// If tabs are set to be 2 spaces
/**
Params:
  param =
*/

// If tabs are set to be 4 spaces
/**
Params:
    param =
*/

// If tabs are set to be tabs
/**
Params:
	param =
/*

nxuv avatar Dec 06 '22 15:12 nxuv

not completed

WebFreak001 avatar Nov 16 '23 09:11 WebFreak001

Sorry, was cleaning stale issues I've opened

nxuv avatar Nov 16 '23 09:11 nxuv