code-d
code-d copied to clipboard
Feature request: option for not stars in ddoc comment
Basically an option to have
/**
Function description
Params:
var = thing
Return: thing
*/
Automatically injected instead of
/**
* Function description
* Params:
* var = thing
* Return: thing
*/
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 =
/*
not completed
Sorry, was cleaning stale issues I've opened