Recognize multi-line TODO comments
See original GitHub issueIt’s great that we recognize // TODO:
! It would be even awesomer if we were able to concatenate multi-line TODO comments. Right now they’re cut off at the first line break, for example:
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:18 (11 by maintainers)
Top Results From Across the Web
TODO comments | IntelliJ IDEA Documentation - JetBrains
Create a multiline TODO item ... Indent the text in comment lines that follow the initial comment line. You can use spaces and...
Read more >Is it possible to use multiline todo's in IntelliJ IDEA?
IntelliJ IDEA 2018.3 now supports multiline TODO comments, now the first and all subsequent TODO comment lines are highlighted in the editor ...
Read more >Do multi-line TODO comments work for anyone in Rider?
Hi all, So as far as I can tell, Rider should support multi-line TODO comments when the next line is indented. For example:...
Read more >Todo Tree - Visual Studio Marketplace
This extension quickly searches (using ripgrep) your workspace for comment tags like TODO and FIXME, and displays them in a tree view in...
Read more >Consistent style for "@todo" comments [#3150259] | Drupal.org
This only affects multi-line @todo comments. An argument might be made that the rule is too strict and other indented paragraphs should be ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This landed in https://github.com/dart-lang/sdk/commit/6c33457014ef6b3ceef2f30b342c8a48589724d5 and should be available in Flutter master now. Do let me know if you spot any places where it doesn’t do what you’d expect!
@alexander-doroshko Ah got it, thanks!