Search code examples
javascriptdojoatom-editor

Code completion for JavaScript library in Atom editor


How can I activate code completion in Atom editor for a JavaScript library like Dojo?


Solution

  • You can't, Atom does not do that by default (no editor does that), and there are no packages to do that either.

    As far as I know, there aren't much code completion plugins for IDE's. There's the Needs more Dojo plugin for the IntelliJ family (WebStorm, ...) but that's the only one I know of.