Closed iammichiel closed 9 years ago
Is there a reason to enable both //
and /*
style TODO
comments in scala? Would just //
not work?
As both comment syntaxes are supported in scala, why not activate it in both cases? //
will probably be the most used.
As both comment syntaxes are supported in scala, why not activate it in both cases?
It seems a little confusing to have 2 todo snippets listed in autocomplete for scala files.
Are you okay with just going with the //
case to start?
Yes, good for me. I'll update my commit.
Awesome, thanks for this, this will be included in the next Atom release, 0.202.0
Adding scala syntax :