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

后端 未结 11 1977
失恋的感觉
失恋的感觉 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条回答
  •  醉酒成梦
    2021-02-04 00:30

    I think Xcode 3 does roughly what you want, especially with Focus Follows Selection enabled. Individual blocks are highlighted as you hover over them in the sidebar.

提交回复
热议问题