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

Add support for multiple cursors #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

laserbeam3
Copy link

Also:

  • Remove an unused index variable
  • remove anchorPosition(). selection.anchor is an equivalent property
  • rename markSelection to updateSelection (we need to do this multiple times, no need to modify the editor here

Fixes #5

Also:
 - Remove an unused index variable
 - remove anchorPosition(). selection.anchor is an equivalent property
 - rename markSelection to updateSelection (we need to do this multiple times, no need to modify the editor here
@laserbeam3
Copy link
Author

Please test locally before publishing a new build. I'm not very familiar with the VSCode API or the build pipeline for VSCode extensions. To be fair I've directly edited your extension after it has been installed to test this and get the desired effect.

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

Successfully merging this pull request may close these issues.

Doesn't work with multiple cursors
1 participant