tststs
tststs
The error occurs here: https://github.com/tststs/atom-ternjs/blob/master/lib/atom-ternjs-manager.js#L257 You may debug it and check why no editor is returned from the method call `getEditor`. This would help a lot. Since i'm pretty unsure...
Sorry for the late reply. Busy time and no free time slots for OS. OS does not pay the bills... 😆 Hopefully 0.18.3 fixes the issue. I never could reproduce...
This is related to autocomplete-plus. At the current state, only strings and no HTML is allowed or possible for documentation. Maybe use this issue for further discussion: #62
The pending requests grow over time. Some requests never receive a message from the server. The next release will includes an option to configure the max amount of pending requests...
You had time to test the latest version of the package? Does it perform better, the same or even worse then before? Greetings
Are there any errors in the console?
`underscore-plus` is an dependency in the package.json of this package. You may first check if there are any problems with apm while installing it. You also may try to manually...
This is most likely an issue with [tern](https://github.com/ternjs/tern) itself. Feel free to create an issue there.
A bit more information is needed, since this will not give me a hint what is causing the issue. e.g: - installed packages - atom version - plugin version -...
Is it the case, that there was a previous installation of nuclide? If so, even if you uninstall nuclide `atom-ternjs` will not work. you need to reinstall atom and all...