Monday, January 11, 2010

JDeveloper 11g: Know the IDEs coding features to get more productive

JDeveloper Version: 11.1.1.2.0

Introduction

There are a couple of useful IDE features that may not be so obvious because those are not always accessible by the menu but only through shortcuts. So in this post I just want to show some of the cool features that makes one more productive while developing.

Tag-Documentation (Press Ctrl-D on a Tag)

0000@1800_0-412664a6bc091a2b

Javadoc-Documentation (Press Ctrl-D on a class or method in java source code)

0002@1800_1800-412664a6c00c22e4

Javadoc-Documentation (Press Alt and Mouse Over on a class or method in java source code)

0004@1800_1800-412664a6c1a740da

Quick Source View (Shift+ Mouse Over Sourcefiles in Application navigator)

0005@1800_1800-412664adda468acf

Quick View in Sourcecode Mode (Ctrl+Mouse Over on right indicator bar) 0001@1800_1800-412664a6be23a67f

This also works for Java Sourcecode of course:

0003@1800_1800-412664a6c127d27d

Block Coloring (new in JDev 11.1.1.2)

0006@1800_1800-412664adde8641fe

Quick Preview in Taskflow (Shift+Mouse Over view-activity)

0009@1800_1800-412664ade127d27d

Quick file switch (Strg+TAB)

0007@1800_1800-412664addf4cfd58

Go to Java Type (Ctrl+-)

0008@1800_1800-412664ade0308b91

Alternatively use the search box in the top right corner of the IDE

0012@1800_1800-412664adea894ab7

to quickly find the file you are looking for. In most cases you will be faster than searching manually in the application navigator.

Quick Outline/Method navigation (Ctrl+Shift+O)

0010@1800_1800-412664ade3f258bf

Customize and explore

And of course you can customize your IDE shortcuts under Preferences>Shortcut keys

0011@1800_1800-412664ade4901e57

And of course it is good place to explorer new CodeEditor features.

Observation

There are still some features I am missing. used from e.g. Eclipse. This is

  • Ctrl+D: Delete current line
  • Alt+Arrow Up/Down: Move current line/block up down. This is really cool once you get used to it!

2 comments:

  1. I miss those features too! delete line and alt+ arrow up/down are great!

    ReplyDelete
  2. I'm new to JDev and I just found that line can be cut using Ctrl+X...This is as good as delete line but additionally copies the contents of the line.

    ReplyDelete