ronvanderheijden / vscode-phpdoc-generator

PHPDoc Generator is a VSCode extension that generates a documentation block using a keyboard shortcut.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detect function indentation

jcush opened this issue · comments

When using the keyboard shortcut on a function which is indented in the file, the resulting docblock does not detect this:

Screenshot 2020-05-17 at 11 52 18

It would be nice if this identation is detected and matched, using the user's current setting for spaces/tabs

Is this issue fixed by #36?

@ronvanderheijden Yes, but it did not solve #12