Is there any Eclipse plugin that will allow me to do a Visual Studio like drag-and-drop for JSF components on a web page? So I won’t have to write <f:input...> and the tool would just create this code for me?
If not eclipse, are there are other options?
(I do not plan to actually use something like this but I do need to know).
Mat be the JSF page Designer (or now “Web Page Editor”) could do what you want?
It is illustrated in this myeclipse page
(source: myeclipseide.com)
As mentioned in this thread, you can make the Visual Page Designer the default editor for JSP pages
"Window" -> "Preferences..." -> "General" -> "Editors" -> "File Associations"File types” section, select “*.jsp“Associated editors” section, select “Web Page Editor“Default” button