Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 eclipse 的一个版本中(它在我不再可以访问的计算机上),当我输入一个任务标签时,//TODO或者//FIXMEeclipse 会在编辑器中将其加粗,因此它脱颖而出。如何在带有 PDT 的 Eclipse 4.2.2 中打开此功能?
//TODO
//FIXME
我在 Window-Preferences-PHP-Editor-Syntax Coloring 下找到了这个设置。奇怪的是,我不得不更改 PHPDoc 选项,而不是 Task Tag 选项。