Bug 377369 - bracket coloring by depth
Summary: bracket coloring by depth
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (show other bugs)
Version: unspecified
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-08 08:48 UTC by Arne Brix
Modified: 2019-07-20 09:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arne Brix 2017-03-08 08:48:16 UTC
While the semantic coloring in kdevelop is great, there is one feature i miss:
bracket coloring by depth, for an example see:
https://www.youtube.com/watch?v=3ozPypdOUcM
or:
https://github.com/luochen1990/rainbow

With the clangs help it might even be possible to color the template brackets '<>' correctly without stumbling on 'x<1'.
That is something no other IDE or editor can do correctly as far as i know.