nkt / atom-autocomplete-modules

Autocomplete for require/import statements
https://atom.io/packages/autocomplete-modules
MIT License
114 stars 35 forks source link

Error installing plugin #123

Closed icmsfun closed 5 years ago

icmsfun commented 6 years ago

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

Folder structure and import statement

.                    //Root
├── ...              // irrelevant but may want to give some more context
├── main
│   └── current.js   // current folder
└── reference.js     // file being referenced one folder up
// current.js

import {some| } from '../reference'
//reference.js

module.exports = { something: () => {} };
  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?]

Console errors

Include any console errors from the developer tools that are related to the package.
You can open it from the command -> Window: Toggle Dev Tools

Versions

Include the version of autocomplete-modules you are using.

Copy and pasting the output of atom --version and apm --version from the command line.

Also, please include the OS and what version of the OS you're running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue. Any plugins or tools used that may affect import statements.

jonyeezs commented 6 years ago

Hi, thank you for posting. Unfortunately providing the template is not going to help.

Could you please explain what's happening, thank you

On Sat., 10 Nov. 2018, 12:05 am icmsfun, notifications@github.com wrote:

Prerequisites

Description

[Description of the issue] Steps to Reproduce Folder structure and import statement

. //Root ├── ... // irrelevant but may want to give some more context ├── main │ └── current.js // current folder └── reference.js // file being referenced one folder up

// current.js import {some| } from '../reference'

//reference.js module.exports = { something: () => {} };

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Reproduces how often: [What percentage of the time does it reproduce?] Console errors

Include any console errors from the developer tools that are related to the package. You can open it from the command -> Window: Toggle Dev Tools

Versions

Include the version of autocomplete-modules you are using.

Copy and pasting the output of atom --version and apm --version from the command line.

Also, please include the OS and what version of the OS you're running. Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue. Any plugins or tools used that may affect import statements.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nkt/atom-autocomplete-modules/issues/123, or mute the thread https://github.com/notifications/unsubscribe-auth/AKXAhlGUltoBzjzSRAF3pRscbRzKXrRVks5utYumgaJpZM4YWoog .

jonyeezs commented 5 years ago

I’m closing this issue because it has been inactive for a few months.

Please reopen if you still encounter this issue with the latest stable version and then please use the issue template. You can also contribute directly by providing a pull request :100: :heart:!

Thank you!