question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Recognize multi-line TODO comments

See original GitHub issue

It’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:

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:18 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
DanTupcommented, Jan 19, 2021

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!

0reactions
DanTupcommented, Sep 20, 2022

@alexander-doroshko Ah got it, thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found