BalazsJako / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
1.42k stars 236 forks source link

matching parenthesis / bracket / double-quote / etc... #115

Open DaveInDev opened 4 years ago

DaveInDev commented 4 years ago

Hi @BalazsJako. First, thx for this very nice addon to imgui. And I was just wondering if you thought about adding an automatic "corresponding" parenthesis/brackets/quote/double-quote/etc. highlighting, when the cursor if close to one of these types ? Very useful in any programming editor when you . There could be a custom list of all these pairs of matching punctuations.