I have a plugin which creates column selections (similar to Sublime’s alt
+ click
& drag
- plugin here).
But it doesn’t work on wrapped lines, because I don’t know where the lines wrap, and I can’t seem to find anything in the documentation that would tell me where they are wrapped.
Is there a way to iterate over the visual lines of the view? Rather than the actual lines?
Or, at least is there a way to divide a line into its wrapped regions?