Reputation: 1499
I'm trying to create a new Google AppEngine project, but failing. Here's my setup:
Despite all this I am unable to create new AppEngine project / debug existing one. In the "New Project" dialog I don't have the option for Google AppEngine (screenshot #2). As for the debugging I don't have the "AppEngine Dev" option among debuggers - I only have gradle / groovy / some others / and Google AppEngine Deployment (screenshot #3). But no option to debug locally.
Any ideas what's wrong with my setup? Anything I missed?
Upvotes: 0
Views: 149
Reputation: 1499
Turns out you need Intellij Ultimate edition https://github.com/GoogleCloudPlatform/google-cloud-intellij/issues/1200
Upvotes: 2