Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How can I use multicursor to remove multiple errors at the same time in a code?

+2 votes
asked Mar 26 by Aman Munjal (140 points)

2 Answers

0 votes
answered Mar 27 by Peter Minarik (86,240 points)
I'm not sure what you're talking about here.

I have never seen an operating system where one user would have multiple cursors to edit text at multiple locations at the same time. For that, you'd need 2 sets of keyboards (and mice).

Of course, there are systems where multiple users can work on the same file parallelly (e.g. MS Office offers this for Word, Excel, etc), but this is a multi-user system.

Problems are usually fixed one by one not "at the same time".

Please, specify what you're after.
0 votes
answered Mar 28 by Tech Tutor X (140 points)
You can do it only in VS-code editor by Microsoft, *the multicursor feature
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...