i've our Liferay web content templates (.vm) in a IntelliJ-12 project and want to make the VelocityVariables accessable in the Editor, so some code like this:
#set ($portalURL = $getterUtil.getString($request.attributes.CURRENT_COMPLETE_URL))
knows about $getterUtil, $request and it's methods from all those VelocityVariables
Is this possible in any way?