arduino / Arduino

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

Coloring Codes [ Function by Function ] #6304

Open wshashisampath opened 7 years ago

wshashisampath commented 7 years ago

When I am coding i have a problem of viewing my codes. because font is black color. we cant change the color function by function.. if it is able to color function by function, it would be grate thing...

ex:-

void setup() // this is green font or any color that developer likes {

}

void loop() // this is light blue font, or any color that developer likes { }

void readSensors() // read color font or any color that developer likes { } etc.......

eric-wieser commented 7 years ago

Are you asking for Semantic Highlighting?