google / bamboo-soy

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

Completion suggestion for `delcall` should only be deltemplates #28

Closed thso closed 7 years ago

thso commented 7 years ago

Normal templates are suggested for delcalls and vice versa.

kaathewise commented 7 years ago

Could you postpone this? I am in the middle of a big refactoring regarding TemplateBlocks, indexing etc.

In particular, I want to merge the two classes (with isDelegate method), and I want to index Blocks instead of TemplateDefinitions to have access to AtParams.

I can do this issue later.