IntelliJ Idea Usage Guide (Mac Version)

Source: Internet
Author: User

First, shortcut keys

Idea Edit shortcut keys

1, alt+enter automatic import Package

2, Shit+command+u automatically switch the case

3. COMMAND+F12 display the current file structure

4. Command+alt+r operation

5, command+shit+ up, down (select Row up or down)

6, command+alt+ left button into the implementation class

7. Command+e find the most recently used classes

8. Command+shift+o search files by file name

debugging shortcut keys

Single-Step debugging

1. F8 (Step Over)

The program executes a line down (if the current line has a method call, this method will be executed and returned to the next line)

2. F7 (Step Into)

The program executes one line down. If the row has a custom method, run into a custom method (a method that does not enter the official class library)

3. SHIFT+ALT+F7 (Force Step Into)

This button can enter any method during debugging.

4. Shift+f8 (step Out)

If you enter a method (such as F2 ()) while debugging, and feel that the method is not a problem, you can use StepOut to jump out of the method and return to the next line of statements where the method is being used. It is worth noting that the method has been executed.

5, Command+alt+r (skip to the next breakpoint)

The program runs a breakpoint to the next breakpoint between the code that needs to be executed. If the following code does not have a breakpoint, tapping the button again will run the program.

6. Shit+command+f8 (View breakpoint)

You can view the breakpoints you've set and set some properties of the breakpoint



Second, Idea creates an SVN branch

Vcs->subversion->branch

Third, idea, Webstrom online key generator

http://appcode.aliapp.com/idea.jsp

Iv. Theme of Idea

http://www.riaway.com/theme.php

Five, the idea under the Tomcat console appears garbled

VI, IDEA real-time display memory utilization

command+, --appearance

Set up maven under Idea VII

command+, and input maven

IntelliJ Idea Usage Guide (Mac Version)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.