Datagrip Execute TO caret?

已回答

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

1
Hi - not possible at the moment I'm afraid.

You are welcome to upvote the corresponding feature request: https://youtrack.jetbrains.com/issue/DBE-8284
0

请先登录再写评论。