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

Annotations for inline config #177

Open
Aeliot-Tm opened this issue Oct 26, 2024 · 1 comment
Open

Annotations for inline config #177

Aeliot-Tm opened this issue Oct 26, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request inline_config

Comments

@Aeliot-Tm
Copy link
Owner

Aeliot-Tm commented Oct 26, 2024

Provide annotations to support autocomplete of inline config by PHPStorm and other IDEs.

It my looks like:

use Aeliot\TODORegistrar\Annotation\InlineConfig\GitHub;

/**
 * TODO: summary of issue
 *            and detailed description
 * @GitHub(assignies: ["an-assignee", "second-assignee"] , labels: ["payments", "some label"])
 */


/**
 * TODO: summary of issue
 *            and detailed description
 * @GitHub(assignies: "an-assignee" , labels: "some label")
 */
@Aeliot-Tm Aeliot-Tm added enhancement New feature or request inline_config labels Oct 26, 2024
@Aeliot-Tm Aeliot-Tm self-assigned this Oct 26, 2024
@Aeliot-Tm
Copy link
Owner Author

@evgenij-vy

Maybe it's something what you would like

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request inline_config
Projects
None yet
Development

No branches or pull requests

1 participant