This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Smart Path Variables for Spring MVC in IntelliJ IDEA 12
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
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 [...]