Datagrip Execute TO caret?
Answered
Is there a way to setup an “Execute to caret”?
For example with the following code
1. Select Count(*) from dual;
2. Select Count(*) from not_dual
3. Where not_dual_id = 1;
What I would like is the following
- When caret is at the end of line 1 execute ONLY from the start of line 1 to the end of line 1
- When caret is at the end of line 2 execute ONLY from the start of line 1 to the end of line 2
- When caret is at the end of line 3 execute all lines
Please sign in to leave a comment.
You are welcome to upvote the corresponding feature request: https://youtrack.jetbrains.com/issue/DBE-8284