Steps to reproduce (simplest example):
- In an empty line in a Python cell, press
# to start a comment.
- Press enter to end the line.
Actual result: The line now reads #%%! (the first completion).
Expected result: The line should be an empty comment (just #).
The above example isn't especially annoying, but in a day of using Hinterland, I've repeatedly had to trim %%! from meaningful lines of code, not just comments.
Steps to reproduce (simplest example):
#to start a comment.Actual result: The line now reads
#%%!(the first completion).Expected result: The line should be an empty comment (just
#).The above example isn't especially annoying, but in a day of using Hinterland, I've repeatedly had to trim
%%!from meaningful lines of code, not just comments.