You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only thing bugging me is - this plugin removes extra blank lines after the current editing line.
e.g. Suppose we've one python file with 30 lines. I want to write on 31th line. I just added few blank lines (20 e.g.) so that I can keep my current line or cursor on top of the editor.
Now if I do any postfix completion like 5/0.tryf, the plugin adds try..except..finally which is fine but it also removes all the blank lines which I added below current editing lines and my cursor goes to bottom of the editor, this is bit annoying.
Please let me know if I'm missing any setting.
Thanks!
The text was updated successfully, but these errors were encountered:
ss005
changed the title
Avoid removing extra blank lines while postfix completion
Keep extra blank lines while postfix completion
Dec 1, 2020
I'm sorry that the application of the postfix templates lead to this behavior. However, the postix expansion itself is handled by IDEA. Thus if the blank lines get removed during the postfix expansion IDEA's postfix completion will most probably have the same issue. In this case, please file a bug report on youtrack.
Hi @xylo,
Thank you for the plugin.
The only thing bugging me is - this plugin removes extra blank lines after the current editing line.
e.g. Suppose we've one python file with 30 lines. I want to write on 31th line. I just added few blank lines (20 e.g.) so that I can keep my current line or cursor on top of the editor.
Now if I do any postfix completion like 5/0.tryf, the plugin adds try..except..finally which is fine but it also removes all the blank lines which I added below current editing lines and my cursor goes to bottom of the editor, this is bit annoying.
Please let me know if I'm missing any setting.
Thanks!
The text was updated successfully, but these errors were encountered: