-
I don't know how much work it would need, but it could be nice to be able to set multiple cursors positions and jumping through them, similar to how we can do that with snippets. Something like `{{_…
-
What title says, if I edit using more cursors, in more than one place in the file, the action to close a tag closes only at the first or last cursor position and also makes me lose the many cursors, l…
-
As an avid user of [kakoune](http://kakoune.org/), I find that the ability to have multiple selections a must. They allow you to edit many lines, or many words, at the same time.
Would this feature…
-
**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…
-
**Issue by [banny94](https://github.com/banny94)**
_Monday Apr 20, 2015 at 11:57 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/10953_
----
When using the Multiple Cursors feat…
-
**Issue by [zenwarr](https://github.com/zenwarr)**
_Friday Apr 24, 2015 at 13:56 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/11000_
----
When multiple cursors placed inside …
-
Hey!
Nice extension! 👍
Do you have any plan to add the support for multiple cursors? That would be nice to copy from multiple cursors and being able save an entry in the history.
-
If you have multiple cursors, it does not work properly.
It will take only the first one
Previous version was working fine with it
-
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.
…