Function names and parts of Docstrings flash

In one of my projects, some of the function names and parts of the docstrings (the :param :return to be exact) flash. It's hard to capture on a screenshot but sometimes those parts start sort of flashing on and off and with no noticeable pattern or beat, it's mostly random. 

It only happens in one of my projects. I have tried deleting the .idea folder and re-importing the project but the problem is still there.

1

Hello,

could you please send us idea.log (Help | Show log in) and a screencast showing the problem to pycharm-support@jetbrains.com

0

I am getting the same. Any workaround/update?

0

Diegofmv Hi, could you please submit an issue with Logs from **Help | Collect Logs and Diagnostic Data** and a screen recording demonstrating the issue to https://youtrack.jetbrains.com/issues/py ?

0

What I'm seeing is function names and class names blink when they're not totally in view in the editor.  Almost seems like it's supposed to be a feature, but I can't fathom what the value might be.

0

What I'm seeing is function names and class names blink when they're not totally in view in the editor

Very similar situation for me, except that it happens when the parameter list for a function/method is multiline and the parameters extend beyond the bottom of the screen. 

So for example,  if the code is something like:

$variable = $this->class_property->with_a_method_that_has_a_really_long_name(
$parameter_1,
$parameter_2,
$parameter_3,
);

but any of those parameters are not visible, then THE STUPID $#@%$#@#% FUNCTION NAME BLINKS !!!

Absolutely infuriating when you are trying to concentrate on some code above it.

Almost seems like it's supposed to be a feature,

if that's the case then the subgenius responsible for that idea should be strapped to a chair and forced to stare at some blinking text until their head explodes. Won't take long.

 

[EDIT]
was brought to this page from Google and didn't realize this was for PyCharm before posting. I'm using PhpStorm and will post a comment there.

0

请先登录再写评论。