Is there a way a do it in Notepad++, as in Eclipse?
4 Answers
if you have inline todos in your code like
// TODO: remember to fix this.
then you can use this plugin for notepad++ http://code.google.com/p/npp-task-list/.
- 181
- 1
- 3
-
Eventually, that's how i do it. thank you sir! – bks May 25 '13 at 12:12
-
2Seems dead. Plugin no longer installs on current NPP. And [the "npp-task-list" project seems to have been abandoned early 2015](https://code.google.com/archive/p/npp-task-list/issues/21). Pity. – StackzOfZtuff Nov 24 '16 at 07:22
NPP plugin for task list is sounding and kicking (aka alive!) https://github.com/Megabyteceer/npp-task-list but with the poor help/documentation, scattered online:
https://community.notepad-plus-plus.org/topic/17381/npp-task-list-plugin/6 - describes config file & keywords
look for the npp_task_list.cfg file into: C:\Program Files (x86)\Notepad++\plugins\Config\ for 32 bit notepad++ or C:\Program Files\Notepad++\plugins\Config\ for 64 bit notepad++ versions.
keywords= TODO: BUG: FIX: REFACTOR: DONE: INFO:
https://www.ilovefreesoftware.com/27/windows/task-list-notepad-todo-task-list-plugin.html - general info
- 219
- 1
- 16
This plugin is what you were looking for : Task list
- 143
- 4
-
You should add a bit more to your answer on why this is what OP is looking for. Quote a list of features, maybe include a screenshot, and so on. – confetti Aug 16 '18 at 10:30
