资 源 简 介
Eclipse uses the JSP editor to validate Grails code, and up until Grails 1.1 you could link to the grails.tld to use it in code completion. This support was recently discontinued. There is still a grails.tld but it it incomplete for some reason.
This project aims to add a grails.tld which you can include in your GSP pages with
<%@ taglib uri="/grails.tld" prefix="g"%>