ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

Enhance next/previous method navigation #93

Closed nicklamer closed 10 years ago

nicklamer commented 10 years ago

Taking as reference navigation in .java files it is more usable to jump to function name than beginning of function declaration line. It allows user to navigate across method using alt+up / alt+down then immediately make action on that function (eg. Find usages ctrl+alt+F7).