-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase the number of cursors from 10000 #81589
Comments
(Experimental duplicate detection) |
this duplicate does not have a solution, Please include this feature |
I just ran into this same limitation when editing 20k+ lines at once. In my case it wasn't a big deal as I only had to repeat my actions twice, but for larger files it would certainly be a hindrance. Adding a |
And where do you put the |
@pablo-romano - |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
@alexdima / @vscodebot (or whoever manages it) |
@LesterCovax I think the opening post should be upvoted: @chrmarti @kieferrm FYI there is some confusion about the bot language. |
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Was this implemented? |
This would be very useful for dealing with large files where for example you wanted to add a comma to line |
Since has reached 60 upvotes, it's gonna be implemented? |
Already did Up vote ... I need this feature to past 300k lines |
Having this configurable would be more useful than increasing it to 100000. I am just guessing but each machine may have a different limit to how much it can handle and I frequently handle text files with millions of lines. Whatever the maximum amount is that my machine can handle would be the best case for me. |
Seems that it hasn't be implemented? I need this feature a lot, otherwise I have to deal large file with python, it is not so happy. |
Been waiting for this for a looong time. Makes many data cleaning tasks an order of magnitude easier. For a temporary fix / hack: find file |
Why would an IDE have a max cursor count that cannot be changed via settings or available memory or something? That's ah, what we need it for. |
Please make it happen! |
+1 |
Thanks for @earslap and @nikbucher, For the Windows and Mac solution, (this is not an official solution)... STEP 1Open the folder path "C:\Users\USERDIRECTORY\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench" STEP 2Open "workbench.desktop.main.js" with the VSCode 😂 STEP 3Open finder in the VSCode and write MAX_CURSOR_COUNT=1e4 than it will find one option after thatchange it to what you number what you want but 1e4 is 10000, so if you want 90000 you need to enter 9e4 you can use this website to calculate it STEP 4Pate the value what you copied to the MAX_CURSOR_COUNT=, it will be like MAX_CURSOR_COUNT=9e4 STEP 5Than open the second file in the same folder named "workbench.desktop.main.nls.js" and apply the same steps for this file change the value of MAX_CURSOR_COUNT=1e4 to the same number what you want. STEP 6And restart the VSCode thats all :) Now you can select more than 10000 columns Regards, |
Thanks for sharing. Same on Mac. I'd still love to see this fixed for good. No sense not using my favourite editor for big files due to an artificial internal limitation! Update just happily used it on a 70k lines file:
...all reasonably quick. What took really long is removing the selection by jumping to end of file. |
+1 |
1 similar comment
+1 |
Can I suggest that everyone interested in this puts a thumbs up on the original issue? Imho the VSCode team looks at this when prioritizing. +1 comments are not counted. |
This could be very handy for working with json files. Thumbs up |
Linked it to the April plan. Thanks to everyone for voting on the issue! |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Why not merely not limit this? |
It worked here. 🚀 thanks @mioversolna |
+1 |
To verify, configure |
Hi Team
I do a lot of work editing on text files with line more that 10000,editing of large file is limited due to the The number of cursors has been limited to 10000.
Please increase this limit to 100000 if possible
The text was updated successfully, but these errors were encountered: