Skip to content
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

Generating multiple UUIDs at once (using multi selection) create duplicate UUIDs #10

Open
goforgold opened this issue Jul 11, 2017 · 3 comments
Labels

Comments

@goforgold
Copy link

For example, if i select all occurrences of uuid using Ctrl + D and then try to create multiple UUIDs at once, all uuid instances are replaced with single value. It doesn't generate unique instance for each occurrence.

@jsadeli
Copy link
Member

jsadeli commented Jul 11, 2017

Hi goforgold, this was intentional. However, your suggestion could be implemented as a settings feature next time. Thanks.

@javac9
Copy link

javac9 commented Jan 17, 2018

I certainly would vote for such an option: to generate an uuid wherever the cursors are, otherwise we're losing the convenience of the multiple-cursors. I hope this makes it into the next update!

@FichteFoll
Copy link
Member

The default configuration should already generate a new uuid for each selection. The command accepts a single boolean parameter that can be set to true, which will insert the same uuid in all locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants