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

Syntax Highlighting and Validation for embedded CRON expressions #1322

Closed
BoykoAlex opened this issue Aug 15, 2024 · 1 comment
Closed

Syntax Highlighting and Validation for embedded CRON expressions #1322

BoykoAlex opened this issue Aug 15, 2024 · 1 comment
Assignees
Labels
for: vscode something that is specific for VSCode theme: validation type: enhancement

Comments

@BoykoAlex
Copy link
Contributor

Support syntax highlighting, for embedded CRON expressions:

@Scheduled(cron = "0 */30 * ? * *")

@Scheduled(cron = "0 0 10 * 1 1")

(See support for CRON in IntelliJ: https://www.jetbrains.com/help/idea/scheduled-tasks.html)

@BoykoAlex BoykoAlex changed the title Syntax Highlighting for embedded CRON expressions Syntax Highlighting and Validation for embedded CRON expressions Aug 15, 2024
@BoykoAlex BoykoAlex added this to the 4.25.0.RELEASE milestone Aug 16, 2024
@BoykoAlex BoykoAlex self-assigned this Aug 16, 2024
@martinlippert martinlippert added for: vscode something that is specific for VSCode theme: validation and removed status: waiting-for-triage labels Aug 16, 2024
@BoykoAlex
Copy link
Contributor Author

Fixed with 790d50f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: vscode something that is specific for VSCode theme: validation type: enhancement
Projects
None yet
Development

No branches or pull requests

2 participants