-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.93.1
- OS Version: Windows 11
#26393 is still happening, despite having been marked fixed.
…
-
Title says it all really. Would love to see this feature added so we can perform multi-line editing like that available in Sublime and Atom.
-
I really love kakoune and I tried your package a year ago or so, and today it came to My mind, that maybe the package zones.el could conceptually and technically be a better choice than multiple curso…
-
Hi,
I used windows sunshine as a shared computer for me and my friend
But we have an issue, only one of us can have the cursor in the screen at a time
Or else it quickly flickers between the tw…
-
If you are editing a Quarto document in source mode, you can use the typical gestures for [multiple selections / multiple cursors](https://code.visualstudio.com/docs/editor/codebasics#_multiple-select…
-
### Summary
Currently extend selection till (`t`) makes an assumption about the users intent.
Saying Hey the character you wanted to select until is right next to the cursor as you did not want to d…
-
I added the following to my .emacs:
```
(use-package lasgun
:commands (lasgun-make-multiple-cursors)
:init
(setf (alist-get ?c avy-dispatch-alist)
'lasgun-make-multiple-cursors))
…
-
# multiple cursors
```
feat/(기능명)
```
- multiple cursors
- cmd + d로 동일한 텍스트 여러개 선택 후 편집
- https://www.reddit.com/r/neovim/comments/tyg650/i_still_want_multiple_cursors_and_ive_been_using/
-
It would be AWESOME if this would work with multiple cursors. That would speed up refactors 100x !
-
I updated my .emacs gist so now it includes multiple cursors, see how you like it: https://gist.github.com/benmarwick/ee0f400b14af87a57e4a#file-emacs-L41
I also added a few things from yours, thanks …