Search code examples
node.jsintellij-ideakoa2

IntelliJ IDEA can't find KoaJS methods


Currently, IntelliJ IDEA reports that KoaJS's methods are undefined.

enter image description here

Does anyone use intellij idea with KoaJS and have intellisense/code completion working properly?


Solution

  • To get Koa methods resolved, please try using Koa typescript stubs: download https://github.com/DefinitelyTyped/DefinitelyTyped/blob/types/koa/koa.d.ts file and set it up as a JavaScript Library (Settings | Languages & Frameworks | JavaScript | Libraries, Add...)