Foren

IntelliJ with Liferay 7

thumbnail
Pika chu, geändert vor 7 Jahren.

IntelliJ with Liferay 7

New Member Beiträge: 13 Beitrittsdatum: 09.03.17 Neueste Beiträge
Hi all,
I am newbie with Liferay 7, i want to use IntelliJ with it, but i don't found details documents or tutorials to reference, please help me if anyone has experienced develop liferay 7 with IntelliJ.
Thanks a lot emoticon.
thumbnail
Pika chu, geändert vor 7 Jahren.

RE: IntelliJ with Liferay 7

New Member Beiträge: 13 Beitrittsdatum: 09.03.17 Neueste Beiträge
But, i want to use IntelliJ because i familiar with it.
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: IntelliJ with Liferay 7

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
There's no magic to it. If you're using maven or gradle you can import projects into Intellij.
Fabio Pezzutto, geändert vor 6 Jahren.

RE: IntelliJ with Liferay 7

New Member Beiträge: 10 Beitrittsdatum: 22.10.10 Neueste Beiträge
Hi,

there is and gradle task that setup the intelliJ project metadata. Try to run "gadlew idea", then import the projects.

Fabio.
thumbnail
Jamie Sammons, geändert vor 6 Jahren.

RE: IntelliJ with Liferay 7

Expert Beiträge: 301 Beitrittsdatum: 05.09.14 Neueste Beiträge
The tooling tutorials would be a good place to start: https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/tooling

Liferay Blade , Liferay Workspace and Maven projects could all be created from the CLI and in theory imported into IntelliJ.
thumbnail
David H Nebinger, geändert vor 6 Jahren.

RE: IntelliJ with Liferay 7

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
Fabio Pezzutto:
there is and gradle task that setup the intelliJ project metadata. Try to run "gradlew idea", then import the projects.


I actually just use "New project from existing sources" and import as a gradle project. That way I can select auto import, JVM version, etc.

Either way should work, whatever you're more comfortable with.








Come meet me at the 2017 LSNA!
Roman Karpenko, geändert vor 6 Jahren.

RE: IntelliJ with Liferay 7

New Member Beiträge: 3 Beitrittsdatum: 14.11.15 Neueste Beiträge
Tri Vo:
Let's use Liferay IDE man!



Eclipse is nothing comparing to Intellij IDEA. I don't know we you keep using Eclipse.
Why Liferay company ignoring most advanced and usable IDE for Java? You can't manage to create plugin for IDEA?
thumbnail
David H Nebinger, geändert vor 6 Jahren.

RE: IntelliJ with Liferay 7

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
In order to write decent plugins you need experienced developers, a plan, some time, and a perception of value. If you're missing one or more of these, you're not going to jump on an IDEA plugin.

However, that doesn't prevent someone from the community from building a plugin. Heck I bed you'd get a lot of support from the community if you wanted to build one....








Come meet me at Devcon 2017 or 2017 LSNA!
thumbnail
Jack Bakker, geändert vor 6 Jahren.

RE: IntelliJ with Liferay 7

Liferay Master Beiträge: 978 Beitrittsdatum: 03.01.10 Neueste Beiträge
Roman Karpenko:
Tri Vo:
Let's use Liferay IDE man!

Eclipse is nothing comparing to Intellij IDEA. I don't know we you keep using Eclipse.
Why Liferay company ignoring most advanced and usable IDE for Java? You can't manage to create plugin for IDEA?


For Liferay dev, some prefer Eclipse, some prefer IntelliJ IDEA, others prefer Sublime for front end, and so on. I used Eclipse for a long time including with the Liferay IDE, and also as Liferay Studio. They were and are very helpful. Now I like IntelliJ IDEA on linux and use it for developing for Liferay v6.2 and Liferay 7/DXP. More and more, I find myself also using many command-line tools which are IDE independent.

I gather this forum thread is but yet another thread showing some interest in having a Liferay plugin for IntelliJ IDEA.