atom-autocomplete-module-import icon indicating copy to clipboard operation
atom-autocomplete-module-import copied to clipboard

Partial completion not properly working

Open knoopx opened this issue 8 years ago • 4 comments

Typing mobx-r + Ctrl + Space and then selecting mobx-react auto-completes as mobx-rmobx-react instead of mobx-react

knoopx avatar Dec 21 '17 18:12 knoopx

What is your setup?

rayrutjes avatar Dec 21 '17 22:12 rayrutjes

I'm having the same issue.

Atom 1.25.0-beta1 atom-ide-ui 0.9.1 autocomplete-module-import 0.3.0

UnforbiddenYet avatar Feb 21 '18 17:02 UnforbiddenYet

I will try taking a look at this next week. Sorry about the inconvenience. If you manage to fix the issue, feel free to open a PR.

rayrutjes avatar Feb 22 '18 16:02 rayrutjes

with cursor on the final r, press enter

WORKS: import { router } from 'litelementrouter'; -> lit-element-router BROKEN: import { router } from 'lit-element-router'; -> lit-element-lit-element-router

bennypowers avatar Feb 25 '19 13:02 bennypowers