Guo Ci

Results 58 comments of Guo Ci

I have attached a video clip above to help visualize the feature.

@Jmarks199 I compile from source to use this feature. Hope this will get looked at by the PyCharm developers.

@Elizaveta239 thanks for your reply. Agreed, the action should have a new name. The checkComplete method doesn't replicate the behavior of the python code. It only checks if some code...

@Elizaveta239 It is the maximum number of lines starting from the current line (line the cursor is at) such that the number of top-level statements=1. If the cursor is at...

@Elizaveta239 thanks for your time on this and your code examples. I will try reimplementing it with intellij's code. For that 3 lines of code, it is a IPython cell...

@Elizaveta239 I have reimplemented the feature with Intellij's parsing code.

Hi @Elizaveta239, I have separated the actions, binding the new action to `alt shift A` When there is a code selection, both of the actions behave the same. But I...

@Elizaveta239 is this PR ok? Let me know if I need to do more.

@Elizaveta239 thanks! I will need some time to get that done.

@Elizaveta239 where are the instructions for creating a PyCharm plugin? I can find one for creating a Intellij plugin https://www.jetbrains.org/intellij/sdk/docs/, but not for a PyCharm plugin.