Services Tab keeps popping up.

Hello!

I am using PyCharm for python & sql development. During work I typically open multiple query consoles and run queries in them. The SQL scripts I run are often broken up into multiple statements. Ex:

create temp table foo;

insert into foo;

delete from foo;

etc etc…

When running these I select all → run so that the statements run in order and I don't have to manually start each one. The issue is when I do this the services tab will ‘pop-up’ and go to that query consoles ‘output’ and bring itself to front whenever an individual statement completes, which blocks whatever I was viewing in the terminal or if I was viewing a different query consoles results. This can be very annoying when I have multiple query consoles open and running different scripts. Is there any way to prevent this?

2

I have a very similar problem in RustRover (2024.1.7, MBP M1, macOS 14.6.1), I have some HTTP requests saved in a scratch file that I sometimes run, and when I build a rust project or run/debug my code, Services tab just randomly pops open for no reason. I don't see a clear pattern on when it does that, but it's annoying as hell.

0

请先登录再写评论。