Simple text objects can be characters, words, lines, paragraphs, etc. When it comes to code, things can get a bit more interesting with things like (), [], {}, "", etc. When I learned about how to deal with thise in vim, it completely changed how I worked.
Maybe 4coder can have some baked in text objects, we can define our own in the custom file, or at the least we can have an easy way to detect these "bookends" so that we can modify code inbetween?
As always, lemme know if I'm missing something that we can already do. I've only been poking around with 4coder for a couple days now.
P.S. Skimming
this short article can give you a better idea of what I mean by text objects.