• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Code Generation tools

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm would like to know what tools does IntelliJ IDEA has for working with code generation and what other tools are available.

Regards,
Nestor Mata

feto.blogspot.com
desarrollaweb.blogspot.com
 
author
Posts: 149
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Nestor,

IntelliJ IDEA doesn't have any built-in code generation tools (aside from some basic stuff like file templates). You can continue using your existing code generation tools with it.

Also, you may want to check out JetBrains MPS: http://www.jetbrains.com/mps/
It's much more than a simple code generation tool, but it can be used efficiently in many cases where code generation tools are commonly used.
 
reply
    Bookmark Topic Watch Topic
  • New Topic