pilat / vscode-importmagic

MIT License
36 stars 7 forks source link

Additional characters inserted on CTRL + space #25

Open tekumara opened 4 years ago

tekumara commented 4 years ago

Given I already have the line below, but not the import

ec2_client = boto3.client("ec2", region_name=config["region"])

When I place my cursor between boto and 3 and pressed CTRL + space, then it inserts the import but also adds extra characters from the current cursor position until the end of the package, eg:

Screen Shot 2020-06-29 at 1 17 10 pm