Features

Smart Path Variables for Spring MVC in IntelliJ IDEA 12

The latest release of IntelliJ IDEA brings many exciting features for Spring MVC support. In this post we would like to highlight some of them, which add even more intelligence for @RequestMapping and @PathVariable usages in your project.

Enhanced code completion in @RequestMapping:

Navigation, checking for unresolved variables and completion for variable names:

Highlighting variables which are not mapped to the request:

And finally additional code assistance for regular expressions, including syntax highlighting and expression check:

As always you are welcome with your feedback and bug reports on the discussion forum and in our issue tracker.

Develop with Pleasure!

image description