ngnijland / typescript-todo-or-die-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date todo conditions

ngnijland opened this issue · comments

commented

A basic language server plugin that checks for single line // TODO comments with a date condition and show an error in the editor when this condition is met.

Syntax:

// TODO::after_date("01-01-2020"): fix me

Note:
Date should be a string in the following format: dd-mm-yyyy