Is there an IDE out there that does structural syntax highlighting?

后端 未结 11 2139
失恋的感觉
失恋的感觉 2021-02-04 00:02

Somewhat inspired by this question about a graphical programming environment. I don\'t think that C++ or C# are really conducive to this type of environment, but perhaps there\

11条回答
  •  Happy的楠姐
    2021-02-04 00:35

    The closest thing that I've seen is Codekana, although doesn't have "background syntax-highlighting" it colorizes the different flow-control structures:


    (source: codekana.com)



    (source: codekana.com)

    • Red for loops
    • Green for if-blocks
    • Brown for else-blocks
    • Aquamarine for switch-blocks
    • Olive for exception blocks
    • Orange for 'return'

提交回复
热议问题