Foros de discusión

IntelliJ with Liferay 7

thumbnail
Pika chu, modificado hace 7 años.

IntelliJ with Liferay 7

New Member Mensajes: 13 Fecha de incorporación: 9/03/17 Mensajes recientes
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, modificado hace 7 años.

RE: IntelliJ with Liferay 7

New Member Mensajes: 13 Fecha de incorporación: 9/03/17 Mensajes recientes
But, i want to use IntelliJ because i familiar with it.
thumbnail
David H Nebinger, modificado hace 7 años.

RE: IntelliJ with Liferay 7

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
There's no magic to it. If you're using maven or gradle you can import projects into Intellij.
Fabio Pezzutto, modificado hace 6 años.

RE: IntelliJ with Liferay 7

New Member Mensajes: 10 Fecha de incorporación: 22/10/10 Mensajes recientes
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, modificado hace 6 años.

RE: IntelliJ with Liferay 7

Expert Mensajes: 301 Fecha de incorporación: 5/09/14 Mensajes recientes
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, modificado hace 6 años.

RE: IntelliJ with Liferay 7

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
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, modificado hace 6 años.

RE: IntelliJ with Liferay 7

New Member Mensajes: 3 Fecha de incorporación: 14/11/15 Mensajes recientes
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, modificado hace 6 años.

RE: IntelliJ with Liferay 7

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
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, modificado hace 6 años.

RE: IntelliJ with Liferay 7

Liferay Master Mensajes: 978 Fecha de incorporación: 3/01/10 Mensajes recientes
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.