Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: option for not stars in ddoc comment #438

Open
al1-ce opened this issue Nov 30, 2022 · 3 comments
Open

Feature request: option for not stars in ddoc comment #438

al1-ce opened this issue Nov 30, 2022 · 3 comments

Comments

@al1-ce
Copy link

al1-ce commented Nov 30, 2022

Basically an option to have

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

Automatically injected instead of

/**
 * Function description
 * Params:
 *   var = thing
 * Return: thing
*/
@al1-ce
Copy link
Author

al1-ce commented Dec 6, 2022

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 =
/*

@al1-ce al1-ce closed this as completed Nov 16, 2023
@WebFreak001
Copy link
Member

not completed

@WebFreak001 WebFreak001 reopened this Nov 16, 2023
@al1-ce
Copy link
Author

al1-ce commented Nov 16, 2023

Sorry, was cleaning stale issues I've opened

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants