Closed judewang closed 6 years ago
Hi @judewang, thanks for putting the issue ticket.
It's difficult to cater to all scenarios when the maintainers don't use all of them personally.
Could you help provide your folder structure (if its too big, then just where it counts from the root)
And the import
statement.
eg (or however you best can describe it):
|
|-package.json
|\
| \folder1
|-file.js
|-someother.js
# file.js
# | denoting cursor or an image would be best
import {| } from 'folder1/someother'
@jonyeezs thanks for replying, here's my folder structure:
|
|-package.json
|\
| \src
|\
| \components
|\
| \Button
|-Button.js
# Button.js
import React from '|'
I used to type r
than Atom shows react
as autocomplete suggestion, but there were no suggestion after upgrading.
Just before we continue,
The error you've shown is of a different package. So not sure if it's related.
Could you help ensure the following:
@jonyeezs Hi, I tried to uninstall both autocomplete-module and atom-beautify and only re-install autocomplete-module v2.2.0. Then I found the error log was almost the same, but this time was about autocomplete-module.
Hi @judewang, I've made some changes to hopefully mitigate the problem you're experiencing.
This may not fix it but atleast put us in a good position to debug further.
Could you please install package version 2.2.1 and test again.
Thank you!
Hi @jonyeezs, 2.2.1
fixed the issue, but pop upped sidebar alerts every time after I typed something inside ' '
😂
@judewang check your settings, ensure you have webpack and babel plugin switched off to have it not show.
I'm closing this issue. If the pop-up is not the best experience, with the settings enabled, we can open another ticket for that.
Thanks for all your help!
Description
Autocomplete feature's not working after the
2.1.3
update. Version2.1.2
works as expected.Maybe #111 can fix #110, but generated another issue 😔
Steps to Reproduce
Expected behavior: To actually work
Actual behavior: Not working
Reproduces how often: Every time after updating
Console errors
Versions
Atom : 1.31.0 Electron: 2.0.7 Chrome : 61.0.3163.100 Node : 8.9.3
apm 2.1.1 npm 6.2.0 node 8.9.3 x64 atom 1.31.0 python 2.7.10 git 2.18.0
macOS 10.13.6
Additional Information
I'm not using Babel Plugin Module Resolver.