bobsmith76
bobsmith76

Reputation: 292

How do I insert a template to write code on with intellij idea

From this screen enter image description here

I cannot figure out how to get a basic template or scratchpad or whatever it's so that I can start writing code in java. Any help would be appreciated.


update

Ok, I did that and got thisenter image description here

Then it brought me back to the same window enter image description here

Upvotes: 0

Views: 57

Answers (1)

vikingsteve
vikingsteve

Reputation: 40378

It looks like you created an "empty project".

Try to create a new project File -> New -> Project and select Java as the project type.

then, you should see a src folder which is blue. Right click from here to create your first java class.

Upvotes: 1

Related Questions