Hello Arduino Developers,
please think about adding these features:
- more additional whitespace with the "Auto Fomat"-Tool
- more whitespace after pressing the Tabulator
- a better "skin" for folded code
- an "auto-complete tool" ("pinM" -> "Tabulator"/"ctrl+space" -> "pinMode")
- color customisation for "void, pinMode,..."
Sorry for some bad English. I hope you´ll understand it anyway.
thank you 
matava_se
pert
2
Some of these you can configure to your preferences:
matava_se:
- more additional whitespace with the "Auto Fomat"-Tool
{Arduino IDE install folder}/lib/formatter.conf > indent=spaces=
matava_se:
- more whitespace after pressing the Tabulator
File > Preferences > More preferences can be edited directly in the file > editor.tabs.size=
matava_se:
- color customisation for "void
{Arduino IDE install folder}/lib/theme/theme.txt > editor.reserved_word_2.style =
matava_se:
pinMode,..."
{Arduino IDE install folder}/lib/theme/theme.txt > editor.function.style =
Thank you!
AND
Sorry that I wasted your time 
matava_se