BartPermentier / al-toolbox

Adds Features to the AL Language Extension
MIT License
13 stars 9 forks source link

Add a colon after TODO #59

Closed jwikman closed 2 years ago

jwikman commented 2 years ago

The new feature Surround ### with Pragma & add TODO tag (with comment) is a great idea!

But the tools I worked with expect it to be TODO: and not TODO to be found and highlighted etc. Right now I'm using TODO Highlight in VSCode. And it seems to be configured with TODO: out-of-the-box.

So please add a colon after TODO, or unlock this through a setting.

Thanks!

jwikman commented 2 years ago

Thanks for fixing this @BartPermentier 👍