Is there a way a do it in Notepad++, as in Eclipse?
Asked
Active
Viewed 4.0k times
4 Answers
8
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/.
Best
- 181
1
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
AndriuZ
- 229
