idea crack download + the most commonly used shortcuts record

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/HelloWorld_In_Java/article/details/81980835

First, download and install

2018 The newer version has been uploaded to break the Baidu network disk: Click to download

After installing all the way is OK, then follow the prompts to crack.

crack crack step in English translation is:

1) The JetbrainsCrack.jar into the bin directory of your installation path under IDEA

2) 64-bit word is found idea64.exe.vmoptions file for editing,

In the final document a multi-input: -javaagent: C: \ Program Files \ JetBrains \ PyCharm 2018.1 \ bin \ JetbrainsCrack.jar (no spaces)

3) Run idea64.exe 

4) When you need to enter License (the middle option), the following section, then copy the entire line as the key.

ThisCrackLicenseId-{
"licenseId":"ThisCrackLicenseId",
"licenseeName":"Admin",
"assigneeName":"",
"assigneeEmail":"[email protected]",
"licenseRestriction":"Admin",
"checkConcurrentUse":false,
"products":[
{"code":"II","paidUpTo":"2099-12-31"},
{"code":"DM","paidUpTo":"2099-12-31"},
{"code":"AC","paidUpTo":"2099-12-31"},
{"code":"RS0","paidUpTo":"2099-12-31"},
{"code":"WS","paidUpTo":"2099-12-31"},
{"code":"DPN","paidUpTo":"2099-12-31"},
{"code":"RC","paidUpTo":"2099-12-31"},
{"code":"PS","paidUpTo":"2099-12-31"},
{"code":"DC","paidUpTo":"2099-12-31"},
{"code":"RM","paidUpTo":"2099-12-31"},
{"code":"CL","paidUpTo":"2099-12-31"},
{"code":"PC","paidUpTo":"2099-12-31"}
],
"hash":"2911276/0",
"gracePeriodDays":7,
"autoProlongated":false}

In addition, IDEA or very large tools, it can idea64.exe.vmoptions -Xmx change in the -Xms and bigger. 1024 and into 2048 will do.

 

Second, the commonly used shortcut keys

First thing to say, all the shortcuts can be set up and restored by the setting.

IDEA open setting: Ctrl + Alt + S

God IDEA key "search for any": shift + shift

IDEA Open Class: Ctrl + N (.java very common open file.)

IDEA open classes or other resources: Ctrl + shift + N (including a very common opening .java / .html / .jsp / .js / .properties etc., etc. resources.)

IDEA display recently opened files: Ctrl + E (very useful)

IDEA display recently edited files: Ctrl + Shift + E (very useful)

IDEA input prompt: Ctrl + Alt + space (space) (very common, wrote a half forgetten, give you tips)

IDEA looking to implement the method: Ctrl + Alt + B (very common, if the method of direct point controller, is entered into the service using this is impl..)

IDEA close the current document: Ctrl + F4 (very common recommendation was changed to Ctrl + w.)

IDEA return to the last place editing: Ctrl + shift + backspace (very common recommendation was changed to Ctrl + Q.)

IDEA return to the last place the cursor: Ctrl + alt + left arrow (with a very popular place to return to last edited using, so you enjoy flying jump.)

IDEA Global Search: Ctrl + Shift + F (search that is very common in this page ctrl + F.)

IDEA repeat the current selection: Ctrl + D, (useful can select a word or a line.)

IDEA quickly copy down the current line: Ctrl + Alt + down (very useful need setting-> edit-> search Duplicate Line or Selection set.)

IDEA to a line: Ctrl + G (when viewed generally given number of rows with a bug)

IDEA delete the current line: Ctrl + Y, (very common recommendation was changed to Ctrl + 4.)

IDEA revoked / canceled Undo: Ctrl + Z, Ctrl + shift + Z (very common)

A formatting code IDEA key: Ctrl + Alt + L (more common)

IDEA orders: Ctrl + shift + A, (more commonly used as an input content, may perform a corresponding input operation such as setting:.. Open setting input exps:. Export current Setting)

IDEA rename the variable: shift + F6 (occasionally variable use in many places, when they need to be renamed with, get rid of leakage can be avoided.)

IDEA open the current file: shift + shift -> Enter the show in explore (sometimes use)

IDEA add fragment: Ctrl + shift + T (to be quite easy to add a code if / if-else / try-catch / try-final.)

IDEA whom view the current method call: ALT + F7 

IDEA open the current project structure: Alt + 1 (sometimes use can see the relationship between engineering package and class then that is hidden, the same below.)

IDEA open the console: Alt + 4 (with a running time.)

IDEA open the current class structure: Alt + 7 (see sometimes use the class attributes and methods to be selected.)

IDEAIDEA case conversion shortcuts: ctr + shift + u (sometimes use.)

IDEA turned single packet: alt + enter (typically easy to automatically guide recommended package.)

IDEA automatic guided package: setting-> edit-> general-> auto import -> hook unambiguous import .. ... and the Optimize to two.

IDEA remove null packets: ctrl + alt + o (free time when used with OCD.)

When debugging IDEA:
    F7: to enter the content / method of the current line
    shift + F8: out of the contents of the current view of
    alt + F8: You can enter variables you want to see to see its value
    F8: directly next line
    F9: the next breakpoint, That is not the end

Third, the development of style settings

1. The left column automatically associated to the project file being edited: small gear box on the left side of the project in check AutoScroll From Source (when not checked, you do not know where this file is checked by default not good hook. )

2. Click File on the left column of the project, directly open: a small gear box on the left side of the project in check AutoScroll to Source (the default double-click it to open the file without check or uncheck the default is not good hook.)

3. Set a custom font size: by File-> setting-> Edtor-> Font-> 14

4. Can> setting-> Edtor-> Color Scheme-> Text-> Default Text customize the background color by eye green File-: 199,234,204.

5. by File - Files provided to the class style> OF supplement can select / time / time functions, etc. described class creation -> settings -> Editor -> File and Code Templates..

6. via File - Live Templates to a method of setting style> supplemental parameters may be selected into a class method / back contents information / function descriptions, etc. -> Settings -> Editor..

7. Local maven: by File-> setting-> maven search can be replaced.

8. cancel the default code folding: File -> Setting -> Editor -> General -> Code Folding -> remove the one-line-method

9. The setting export: File -> export setting

10. On the other IDEA import: File -> import setting to quickly respond to your familiar configuration development

11. Tip generating SerializeId: setting-> edit-> Inspections-> Serialization issues -> Serializable class without 'serialVersionUID' and check the warning severity is the right choice Warning.

12. Can not Autowired solve error: setting-> edit-> Inspections-> Spring-> Spring Core-> Code | Autowiring for Bean Class check the severity and the right choice for the warning Warning.

 

Guess you like

Origin blog.csdn.net/HelloWorld_In_Java/article/details/81980835