Paths are copied when using multiple cursors.
Example Code
import "../../public/logo.png"
export default function Logo() {
return (
<div className="transition-all duration-200 hover:opacity-70 hover:rotate-12">
<img src="../../public/logo.png" height={30} width={30} alt="Logo" />
</div>
)
}
Steps to reproduce
- Select
"../../public/logo.png"
- Press
Ctrl+D it will select text on line 6
- Open Relative Path by pressing
Ctrl+Shift+H
- Use any path from the list
- It will only update on the first line.
Expected Behavior
- The path should copied to line 6 which is also selected.
Paths are copied when using multiple cursors.
Example Code
Steps to reproduce
"../../public/logo.png"Ctrl+Dit will select text on line 6Ctrl+Shift+HExpected Behavior