IntelliJ IDEA 14 deserves your rejection of the Eclipse IDE, intellijeclipse
After reading the news today, I found that IntelliJ IDEA version 14 has been released. Download and install IntelliJ IDEA based on the principle of hard work.
Of course, it's a joke! As a relatively senior Android developer, I believe that my friends do not know the Android Studio software. It is based on IntelliJ IDEA (IDEA), so with the release of the new version, we can see what the original IDEA looks like.
Note: Everyone must be confident that it took me less than two hours to get started with this IDE. I personally feel that it is more suitable for me. It would be worthwhile to spend two hours Improving the coding efficiency in the future.
IDEA is divided into two major versions: Ultimate (paid) and Community (free of charge ). You can search for the differences between them. The main difference is the support for Web development. Although I only developed it on the Android platform, who can say that I would write a JSP or something like that? So I used Ultimate with comprehensive functions (the billing software in China ...... You can download related tools ).
If you run the plug-in for the first time, you will be asked to select the plug-in. By default, the plug-in is fully open. The following interface is displayed after the next step:
Here we clarify the concept. In Eclipse, there is a concept of "Workspace", and we will put many projects in a Workspace. It's totally different in idea. In this way, a Project corresponds to a Module, and a Module corresponds to one of our projects. However, it is not recommended that a Project contain multiple modules, because files such as the output directory will be put together by default, which is not officially recommended. In short, a Project corresponds to a Project without the concept of Workspace.
Next we will create an android Application. Before that, we will create a Project named Android.
Pay attention to the type on the left. The free version will be much fewer, but it is actually a lot. So Let's remind you again that it is necessary to prevent problems before they happen.
After the next step, it is basically the same as creating a project in Eclipse.
On the next screen, we need to specify the JDK and SAndroid SDK versions used. Note that the minimum compatible version must be selected. After clicking "New...", we select one of them:
The last option is run. We keep the default option (select the device to run the application ).
It will take a while to wait. Then we can smoothly enter the work environment.
We can find that the overall interface is clear and concise.
To run HelloWorld, Shift + F10 is required.
In addition, the real-time preview function is available for the layout of Android:
This is not very well implemented in Eclipse. At least I did not find this function, and this function can be said to be a good news for the majority of Android Developers.
In addition, for controls that are not recommended, there are also clear prompts in the design view:
In addition, if you have used the latest version of Eclipse Luna, you can find that there are all black themes, but I personally feel that Idea's all black themes are better. You can select Theme as Darcula from File> Settings> Appearance % Behavior> Appearance. In addition, Full Screen (View-> Enter Full Screen) is also supported. In this way, Full Screen will be dark.
It is not difficult to get started with the above introduction to a wide range of developers, especially Android Developers. After using Eclipse for a long time, changing the IDE style is also a good choice. Finally, we hope the above content can provide some practical reference values.
In Intellij idea, how does one report a yellow warning in class files for unreferenced packages or unreferenced methods like eclipse?
All unused values in intellij idea are gray. You can also use the code review function to list all unused variables and methods.
The Sublime and intelliJ IDEA ides provide better support for Java and golang?
Uh .. Sublime is not a form of IDE .. Unless you like handwriting code .. It is absolutely inconvenient to create a slightly larger project.
IDEA is very powerful... It indicates that I started fighting for IDEA from Eclipse two months ago ...... IDEA code prompts super powerful ...... Writing Java, Android, and Java EE is very convenient ...... Go has never been used in IDEA, but generally there will be plug-ins...