How to Prepare and Investigate Data with VS Code Editor
Tech_blog
For me, VS Code is like a Swiss Army Knife - besides writing source code, I use it for countless other things.
Simultaneous editing in multiple places
VSCode offers a lot of possibilities to work with text. This is a feature I really use on a daily basis multikurzory - Being able to select text in multiple places, and bulk edit it, saves a lot of time.
All editing options can be found in the official documentation Basic Editing in Visual Studio Code. I think after exploring, you'll discover a lot of things you didn't even know were possible.
For example, do you want to filter the log to only the lines with an error? With VS Code this is no problem and you don't need any additional tool:
Extension for work with text
Thanks to extensions You can extend your VS Code with a variety of features. I often use the editor to prepare test data.
Incrementor
Incrementor allows you to increase or decrease the value of selected text - numbers or boolean values:
Jan ZatloukalTester and developer with a passion for automation and improving the development process. I am currently working on an electron microscope automation project in Python.