I have a big file, and I want to select a big subset of lines. In other editors, I’ve been able to search for the start of the big subset I want, and then when I search for the end of the subset, there’s an option called “Extend selection” that selects all text between the current selection and the string that ends the block.
I’d also like to be able to do this with a “goto line number”, so that if there’s not a unique string to search for, I can specify the end of the subset with a line number.
I don’t see this capability documented anywhere.
Thanks in advance for any help with this. Not sure if this should be a “general discussion” or a request for a new feature.