Keyboard Shortcut To Navigate To Next Line Inside Quotes Possible?
Is it possible to use a keyboard shortcut to navigate to the next line in the same relative position to where the caret is in the current line?
For example, if my caret is positioned at the end before the closing double-quote for a class attribute, I'd like to be able to press a keyboard shortcut to automatically navigate / jump to the next line with the caret in the same position - at the end right before the double-quote.
Does such a shortcut exist already?
The internal logic would be:
- If user presses the shortcut
- Get the attribute they are currently writing (class in this case)
- Check next line for same attribute (class in this case)
- Move caret to same intuitive position (further logic)
请先登录再写评论。
No, I don't think there's such shortcut.
Please feel free to submit a feature request to our issue tracker at https://youtrack.jetbrains.com/issues , and let us know if you require any help.