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
When commenting on python (mostly using gcO) I get inconsistent results, as shown in the following snippet:
ef some_function():
# comment goes to start of line
for v in range(5):
# comment works here
print('stuff')
# comment goes to start of line
if v % 2 == 0:
# comments work here
print('more stuff')
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
When commenting on python (mostly using
gcO
) I get inconsistent results, as shown in the following snippet:I'm using v0.13.1 and latest commit
I'm not well versed in plugin debugging, so I thought in asking the community before filing bug report.
TIA
Beta Was this translation helpful? Give feedback.
All reactions