Open petetnt opened 9 years ago
That sounds like a really interesting idea. The only drawback I can think of is that relying solely on LanguageManagers methods won't allow us to recognizing DocBlock comments so there will probably need to be some fallback to defining your own regular expressions.
That said it will solve a lot of the support request so I'm all for it! =)
Currently the default comment syntax is defined by the
.todo
file as C-style comments:To solve issues like #110 , #111, we could use the
LanguageManager
s .getLineCommentPrefixes()-method to determine which kind of comments to use per file typeAlso acts as an solution for #96