Channel: IntelliJ IDEA

Syndicate content
4.875
17.05.13 15:05 | Tatiana Vasilyeva

Vim Emulation Plugin

Take a look on how to kill two birds with one stone and take the best from Vim and RubyMine worlds.

English 1,662 Comments
plugins, vim
5
03.04.13 21:04 | Andrey Cheptsov

Java 8 Support in IntelliJ IDEA 12.1

A quick overview of Java 8 support in IntelliJ IDEA 12.1.

English 2,400 Comments
Java, Java 8
4
03.04.13 21:04 | Andrey Cheptsov

JavaFX 2 Support in IntelliJ IDEA 12.1

English 1,539 Comments
JavaFX, JavaFX 2
0
06.03.13 21:03 | Vaclav Pech

Enter license key

 In case you need assistance to first start IntelliJ IDEA and enter the license key, this short screen-cast should give you a hand.

English 1,844 Comments
first run, license key
3.9
05.03.13 07:03 | Clifton Craig

Develop Android Apps from Scratch with IntelliJ IDEA

 I've prepared a 38 minute tutorial on creating an Android chat application using IntelliJ Idea Ultimate 12. In my screencast I highlight the visual designer, code completion, live templates, local VCS, Subversion support and other features.

English 4,773 Comments
Android, IDEA, intellij
2.666665
20.02.13 11:02 | Andrey Cheptsov

Get Started with Scala in IntelliJ IDEA

In this video we will show you how to use IntelliJ IDEA for productive development with Scala. We will create a simple application and write a few tests for it.

English 3,030 Comments
Scala
4
01.02.13 13:02 | Robert Demmer

Live Coding an IntelliJ IDEA Plugin from Scratch (Part 2)

In Part 1 of our webinar series, Live Coding an IntelliJ IDEA Plugin from Scratch,  we were building a tool for generating the implementations of the comparable interface using the Google Guava library. Watch this Part 2 to see what happens next.

English 2,376 Comments
5
29.01.13 16:01 | Anton Arhipov

Using JRebel with IntelliJ IDEA - Webinar Recording

 How to install, configure and use JRebel with IntelliJ IDEA. The webinar demonstrates the configuration options for different types of projects:

  • single module,
  • maven project,
  • multi-module project,
  • applying artifacts for deployment.
English 2,451 Comments
5
20.12.12 15:12 | Andrey Cheptsov

Design Your Database with IntelliJ IDEA 12

Learn to productively manage tables, columns, indices and foreign keys directly from IntelliJ IDEA.
English 6,092 Comments
Database Tools, SQL
5
06.12.12 14:12 | Robert Demmer

Live Coding an IntelliJ IDEA Plugin from Scratch

Description: In this webinar JetBrains CTO, Dmitry Jemerov, builds an IntelliJ IDEA plugin from scratch and discuss the ins and outs of plugin development. The demo code can be found here: https://github.com/yole/comparisonChainGen

English 4,501 Comments
How-to, plugin, webinar