arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.13k stars 7k forks source link

Highlight TODO and FIXME comments #9195

Open PanderMusubi opened 5 years ago

PanderMusubi commented 5 years ago

Please highlight the words TODO and FIXME in comments. Examples are:

//TODO blah blah
//FIXME blah blah

Examples where highlight is not desired are:

// TODO blah blah
//Blah blah FIXME
per1234 commented 5 years ago

The "TODO" component of this feature request is a duplicate of https://github.com/arduino/Arduino/issues/3827