Author here: I guess this is gonna be one of the most requested features. It will come sooner than later, but it's not a feature I use very often, that's probably the only reason it's not implemented yet.
It already marks several of my editor checkboxes (LSP support, fast global search/replace, real time tree view, etc). I'll say it again, it looks very impressive.
Aren't those workflows operated by LSP Rename action rather than multi cursor ? Since Ecode supports LSP, if you only need to rename things, you should be good without multi cursor.
indeed. LSP are for high latency, high impact, careful changes.
multicursor edits (with sublime for me) are for those "replace all the str_something with string_something in the next 3 lines, quick"
It already marks several of my editor checkboxes (LSP support, fast global search/replace, real time tree view, etc). I'll say it again, it looks very impressive.