Description
I'm new to VSCode, i like many things in this editor, but i miss a lot of really useful and important options which missing for some reasons at Visual Code. One of such feature is Powerful Search Options.
What will you see on image above?
- Multiline Search which will search in opened document for the text. Also, this feature support searching for multiple lines at once in multiple documents very easy.
- Multiline Search when you enter in search fild your lines automatically find in text this text (if it exist) and highlite it
- You can manipulate with multiline search the same like with one-line search.
- You can select multiple lines via ALT + SHIFT + Arrow Up / Arrow Down multiple lines, then you can click HOME button and all lines will be selected with multiple cursor and you can apply some changes to your multiline search like below:
Why multiline feature like in sublime text should be implemented?
Because of this feature, time saved in 10-20x times. People like me who working with a lot of patches, reject hunks, etc things and working with a lot of searching things will find this features very useful. Example of usage can be: fixing .rej
files, applying patches, big diffs, applying some changes to multiple lines at once.
Please think about it well, this feature is market-killer, and in one day even if you reject the issue today, community will request this feature for sure, no exeptions, just time will show. Because this feature minimize stupid tasks and time for doing the same job, productivty increased, all happy.
More info about feature: http://docs.sublimetext.info/en/latest/search_and_replace/search_and_replace.html