-
Notifications
You must be signed in to change notification settings - Fork 0
using Intelli IDEA
On the welcome screen select either Import Project or Create New Project. Now you will see several project templates. On the top drop down menu you will see several project SDKs to start with. Hit next and name you Project,Package, and Location.
Make sure to read the tip of the day every time you open IntelliJ. They are very helpful!
On the left is the Project Overview. This shows the source files and external libraries in use. One the right is the editor. The first thing you might want to do is to change some settings around. Go to File -> Settings... to see what you can change. Some of the important options are
- Coding Style
- Complier Options
- Plugin Options
- Git and GitHub under Version Control After you have selected all of your settings, you can export those settings for other people to use by going to File->Export Settings.
Before I say anymore the shortcut Shift+Ctl+A (windows) will bring up the Find Action bar to quickly get you anywhere.
#Working with Git Go to Project -> Settings...->Version Control->Github. Here you can set up for github account with IntelliJ. After you have done this move down to Git. This is where you can configure the path to your git.exe file.
You can perform any git command from inside IntelliJ if you prefer. It also allows for the side by side comparison of code discrepancies.
For further help,tips,tricks, and information youtube is your best friend