Live Templates in Spring file.
Hi,
I'm using IntelliJ 7.0.3 on OS X and I'm coding a Spring application. The applicationContext.xml file of the application is registered with a Spring facet and I can view its graphical representation. However, when I edit my applicationContext.xml file and type s-b-]]> in it, nothing happens. Any idea what I might be doing wrong?
Thanks,
Emerson
请先登录再写评论。
Hi,
try alt-insert in your applicationContext.xml, this live templates are used
to generate beans and have to be hidden.
Serega
Thanks. I looked for Alt-Insert (Macs don't have an Insert key), but eventually came across Generate... (Ctrl-N) which is based off those live templates. Cool beans. Pun intended. :)
Emerson