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

Make "Undocumented function" optional #139

Open
nikitades opened this issue May 13, 2020 · 3 comments
Open

Make "Undocumented function" optional #139

nikitades opened this issue May 13, 2020 · 3 comments

Comments

@nikitades
Copy link

Please make if depend on flag in settings. Not everyone needs this each time the comment block is generated.

Btw, brilliant extension!

@Fenweldryn
Copy link

Well, I'm looking for disabling it as well. Is there a way to get rid of it? Oficially or not

@neild3r
Copy link
Owner

neild3r commented Aug 31, 2021

You can modify the templates to remove it. There is nicer way coming soon similar to @tianyiw2013 implementation

@PapsOu
Copy link

PapsOu commented Sep 17, 2021

Example configuration to remove message part :

{
    "php-docblocker.functionTemplate": {
        "extra": {},
        "param": {
            "gapBefore": false
        },
    },
}

Just remove the key "message" from the function template.

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

4 participants