IntelliJ IDEA 12.1.0 Web Help

10.5+

Since your source code can contain numerous methods, it is convenient to navigate to the beginning of the next or previous method. In the Web contents, this feature enables navigating between tags.

To navigate to the next or previous method or tag, do one of the following:
  • On the main menu, choose Navigate | Next Method / Previous Method respectively.
  • Use Alt+UpCommand Up / Alt+DownCommand Down keyboard shortcuts.

Tip

  • The Show Method Separator option (File | Settings | IDE Settings | Editor | Appearance for Windows and Linux or IntelliJ IDEA | Preferences | IDE Settings | Editor | Appearance for Mac OS) adds a line between adjacent methods and thus improves visibility of the source code.

The following is available only in the Ultimate edition of IntelliJ IDEA

  • In HTML files with the JavaScript tags, this behavior depends on the caret location. If the caret rests inside a JavaScript block, this means of navigation enables jumping between JavaScript functions. If the caret rests on a <script> tag, then navigation is performed between the tags.

See Also

Reference:

Getting Started:

Web Resources: