-
Suppose we want to write the following code
```
my_dictionary = {}
assert a in my_dictionary
assert bc in my_dictionary
assert qqq in my_dictionary
```
first write
```
my_dictionary = {}
…
-
## Summary
Separate styling of the cursor in single- and multi- cursor mode.
## Motivation
The separate styles will clearly indicate current mode to user when not all cursors are visible.
…
-
-
**Use Case**
Take the following:
`const [value, setValue] = useState();`
I want to change it to:
`const [array, setArray] = useState();`
**Feature Ask**
It would be great to:
1. S…
-
The bar seems to be the same color as the background, so it is invisible.
![23016053638](https://user-images.githubusercontent.com/8797432/212586590-d65c61b3-3ac2-49c2-89e1-1340fa6b82a7.png)
-
I'm using RmlUI in a VR environment, where a pointer / mouse is defined by a ray shot from a user's controller towards a 2D surface displaying the UI. Since in VR people can use both hands independent…
-
When multiple cursors placed inside tags, pressing Enter causes editor to place cursors into wrong positions, while newlines are inserted correctly. Possible duplicate of #10953?
Facing it while worki…
-
When using the Multiple Cursors feature, if you write out in 3 separate places `` and pressed enter, the first cursor would correctly create a new line within the opening and closing tag, but it seems…
-
I'd be really useful if we could have multiple selections and toggle all of them at once.
# How to reproduce
1) Select multiple lines with text
2) Highlight parts of each line
3) Use toggle high…
-
I used the hydra in the wiki pages as follows:
```
(defhydra hydra-multiple-cursors (:color blue :hint nil)
"
Up^^ Down^^ Miscellaneous % 2(mc/num-cursors) cur…