Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google AppEngine in Intellij

How do I set up the Google App Engine in IntelliJ? I think I'm missing something here.

I see that they have app engine instructions on IntelliJ's site, but I don't see how to install it into Intellij.

like image 997
HalR Avatar asked Dec 26 '22 03:12

HalR


2 Answers

I don't think that the Google App Engine is available in the Community Edition. Otherwise it is available as a plugin in the Ultimate Edition. It should have been available directly after installation unless you deliberately unchedked it.

Ultimate Edition plugins, Google App Engine Integration plugin available.

enter image description here

Community Edition plugins, no Google App Engine Integration plugin :-(

enter image description here

like image 176
maba Avatar answered Jan 04 '23 17:01

maba


There is now a Google Cloud Plugin for Intellij (docs) (github).

App Engine (Standard) (Flexible) (Stackdriver Debugger)

like image 21
Les Vogel - Google DevRel Avatar answered Jan 04 '23 16:01

Les Vogel - Google DevRel