Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does IntelliJ have Spring namespaces wizard?

In Spring Source Toolsuite (Eclipse with some Spring tuning) there is nice wizard to pick namespaces when defining new spring config (see picture):

enter image description here

I wasn't able to find anything like that in IntelliJ. Does it provide something similar?

like image 275
Xorty Avatar asked Mar 25 '12 18:03

Xorty


1 Answers

IntelliJ does it much more simply: add the tag with the namespace and IntelliJ will ask you if you'd like it to add it. No wizard or plugin needed.

like image 156
duffymo Avatar answered Oct 01 '22 17:10

duffymo