Hello.
I dont know how use TODO:
I write in file some TODO lines, save file. But TODO list is empty.
How to use TODO feauture?
-
evolutionary
- Posts: 5
- Joined: 28 Nov 2025 05:19
How to use TODO feauture?
- Attachments
-
- td.JPG (94.44 KiB) Viewed 8546 times
Re: How to use TODO feauture?
There are three problems I can see here:
1) If my memory serves me well (and I don't have a chance rn to verify it easily), TODO panel is for project's TODO; what you need is another panel: Code Explorer.
2) Part of Code Explorer panel for showing TODOs is rather... shy and you need to wait (or switch to another document and go back, or reload your document) for your TODOs to appear; sadly, there is no visual hint that a document is being scanned for TODOs, NOTEs and whatnots (yes, I have filled feature request
)
3) You could wait very long for your TODOs to appear in Code Explorer panel, though, and they wouldn't, because they should go inside comments, and in PowerShell you need to use # (or <# .. #> for comments, not //.
Hope that helps.
BTW, I can see there are some bugs with parsing of TODOs in PowerShell:
gives TODO level 1, as expected, but shows level 2 (same goes for 3 and... 33).
on a last line doesn't show at all.
1) If my memory serves me well (and I don't have a chance rn to verify it easily), TODO panel is for project's TODO; what you need is another panel: Code Explorer.
2) Part of Code Explorer panel for showing TODOs is rather... shy and you need to wait (or switch to another document and go back, or reload your document) for your TODOs to appear; sadly, there is no visual hint that a document is being scanned for TODOs, NOTEs and whatnots (yes, I have filled feature request
3) You could wait very long for your TODOs to appear in Code Explorer panel, though, and they wouldn't, because they should go inside comments, and in PowerShell you need to use # (or <# .. #> for comments, not //.
Hope that helps.
BTW, I can see there are some bugs with parsing of TODOs in PowerShell:
Code: Select all
# TODO 2Code: Select all
<# TODO 2 #>Code: Select all
<# TODO foo #>Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
-
evolutionary
- Posts: 5
- Joined: 28 Nov 2025 05:19
Re: How to use TODO feauture?
I tried different methods:
and any more...
I also switch documents, refreshed the list manually using the button "Rescan all files", and never seen a even item.
It feels like they don't work at all.
Code: Select all
# TODO: asdf
// TODO: adf
#TODO: adsf
#TODO : asdfI also switch documents, refreshed the list manually using the button "Rescan all files", and never seen a even item.
It feels like they don't work at all.
Re: How to use TODO feauture?
Can you see them in Code Explorer panel?
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
