Jetbrains released a Google App Engine plugin for IntelliJ

Jetbrains released a Google App Engine plugin for their IntelliJ IDE. I did not see any announcement about this at all.

New project inside IntelliJ for Google App Engine

New project inside IntelliJ for Google App Engine

You will have a new option when creating a new project. After supplying the path to the local app engine SDK your almost good to go. I needed to add the app engine jars as libraries to my project. That being out of the way you can start coding, run you local server (a pre configured run configuration is supplied) and also deploy it to Google all from within IntelliJ. I tested it with a very basic example with local development and remote deployment and this works really nice.

Thanks Jetbrains.

From the release notes:

This plugin provides the following features:

  • option on “Technologies” page of the module wizard to quickly create:
    • appengine-web.xml descriptor
    • App Engine Facet
    • App Engine Dev server run configuration
  • inspection to report forbidden code in App Engine application
  • run configuration for Google App Engine Dev server
  • action for uploading an application to Google (Tools | Upload App Engine Application)
IntelliJ Idea Plugin Property Sorter updated

I’m pretty busy at work right now but I could find some time to add one more feature to my little property sorter plugin for IntelliJ Idea.

Comments above property entries will now be preserved when you sort the file.

The plugin is available from within Idea or at Google Code.

From unsorted ...

From unsorted ...

... to sorted with comments.

... to sorted with comments.

IntelliJ IDEA Rulezzz with code completion

Today I got an interesting ctrl+space code completion in IDEA 8.1. Easteregg anyone ? :)

Update: Seems like this is part of IDEA since at least release 4.0.