google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 17 forks source link

Do not use param-related PsiElements for template arguments information. #22

Closed kaathewise closed 7 years ago

kaathewise commented 7 years ago
  1. Create Param Stubs for reference resolution.
  2. Incorporate parameter information into TemplateDefinitionStub. (With respect to 1. it might be implicit).
  3. Do not construct PsiElements to get parameter names and types.