Currently, IntelliJ IDEA reports that KoaJS's methods are undefined.
Does anyone use intellij idea with KoaJS and have intellisense/code completion working properly?
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...
)