After you have been programming in Java using any IDE, you find that you frequently need to type out certain statements, such as System.out.println(). Lucky for us, jDeveloper has included several built-in shortcuts that can make our coding easier. A complete list of the shortcuts can be found here: Tools, preferences, code editor, code templates. If we scroll down we can see sop expands to system.out.println when you use CTL-Enter.
- JDeveloper is similar to some of the other IDEs…in that it does provide some code completion for you.…For example, one of the common commands…that we type often is system.out.printline.…Well, in JDeveloper, we can type in…s-o-p for system.out.printline.…Now, instead of doing control-space,…in JDeveloper, you do control-enter,…and it will automatically expand that out…to system.out.printline.…To get a list of these commands,…and to be able to add new ones,…we're going to go to tools, preferences.…
In the preferences dialog box,…under code editor, you'll see…a code templates option.…I'm going to scroll this down a little bit…so you can see more.…You can see, here are some of the ones…that are available already.…We can use case to add a switch statement.…If I scroll down, we see do for a do while,…for, and if I go down to the S's,…we can see s-o-p, which changes…to system.out.printline.…Okay, let's click okay, and let's try one more.…Let's see what happens if we use the for code assist.…
For, control-enter.…At this point, JDeveloper has provided some hints…
Author
Released
6/20/2016- What is an IDE?
- Viewing and organizing files in an IDE
- Downloading and installing different IDEs
- Coding with shortcuts and autocompletion
- Using templates
- Finding and referencing files
- Debugging Java code in an IDE
Skill Level Beginner
Duration
Views
Related Courses
-
Learning Java 8
with Peggy Fisher3h 9m Beginner -
Java 8 Essential Training
with David Gassner6h 4m Beginner
-
Introduction
-
Welcome56s
-
-
1. A Quick Review of IDE Basics
-
What is an IDE?1m 46s
-
Are IDEs OS dependent?1m 2s
-
Popular IDEs2m 13s
-
-
2. NetBeans IDE
-
Download and install4m 15s
-
Menu navigation3m 19s
-
Shortcuts3m 11s
-
Debugging8m 27s
-
Challenge1m 51s
-
Solution7m 36s
-
-
3. IntelliJ
-
Download and install4m 18s
-
Menu navigation3m 31s
-
Shortcuts1m 32s
-
Debugging7m 31s
-
Challenge2m 6s
-
Solution7m 41s
-
-
4. BlueJ
-
Download and install2m 1s
-
Menu navigation1m 40s
-
Using the code pad3m 2s
-
Debugging6m 22s
-
Challenge1m 26s
-
Solution6m 41s
-
-
5. Eclipse
-
Download and install2m 56s
-
Menu navigation3m 34s
-
Shortcuts2m 27s
-
Debugging7m 26s
-
Challenge2m 3s
-
Solution7m 44s
-
-
6. JDeveloper
-
Download and install2m 59s
-
Menu navigation3m 1s
-
Shortcuts1m 57s
-
Debugging6m 43s
-
Challenge2m 4s
-
Solution8m 7s
-
-
Conclusion
-
Next steps44s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Shortcuts