1 / 8

Getting Started with Java and Eclipse: Essential Hotkeys and Coding Conventions

This guide by Mu Li provides an introduction to Java programming and using the Eclipse IDE. We assume you are familiar with basic programming concepts and can create a simple "Hello, World!" application. The document emphasizes Java coding conventions and offers tips on using hotkeys in Eclipse to enhance productivity. You'll learn useful shortcuts like Ctrl+D for deleting lines, Ctrl+T for navigating, and more. Elevate your Java coding experience with these practical techniques!

verlee
Télécharger la présentation

Getting Started with Java and Eclipse: Essential Hotkeys and Coding Conventions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java & Eclipse By Mu Li

  2. Preliminary • We assume you are reading a book and can make your helloworld work Li, Mu (limu.cn@gmail.com)

  3. Conventions Li, Mu (limu.cn@gmail.com)

  4. Java Coding Conventions • More information, google “Java Coding Conventions” Li, Mu (limu.cn@gmail.com)

  5. Eclipse • Try some hotkeys • Ctrl + D • Ctrl+Alt+↓ • Ctrl+Alt+↑ • Alt+↓ • Alt+↑ Li, Mu (limu.cn@gmail.com)

  6. Hotkeys (II) • F2 • Ctrl • F3 • Alt+← • Alt+→ • Ctrl + T Li, Mu (limu.cn@gmail.com)

  7. Hotkeys (III) • Ctrl + / • Alt + / • Ctrl + 1 Li, Mu (limu.cn@gmail.com)

  8. Hotkeys (IV) • Ctrl + Shift + F • Alt + Shift + R Li, Mu (limu.cn@gmail.com)

More Related