SLDS CSS Autocomplete not working when templating VF

Issue #680 resolved
Eric Alexander created an issue

If using a template that includes

<apex:slds/>

In the VF page that uses the template the SLDS is not autocompleting. The workaround is to also include the apex:slds markup in the Templated VF as well but it would be ideal not to have to do that.

Maybe the compiler can look for the

<apex:composition.....>

tag to determine if apex:slds is included in the template? Better yet, if it could simply fire off of me typing slds- that would be great.

Comments (4)

  1. Scott Wells repo owner

    Okay, now that I look at this more closely I can see that it's a symptom of a larger issue with composition in markup. It comes into play with <apex:include/> as well as <apex:composition/>. I'll keep this around to look at in a bit, but it won't be in as near-term a build as I'd expected because it's not quite the low-hanging fruit I'd assumed on first read.

  2. Scott Wells repo owner

    Issue tracker grooming. If this is still an issue, please feel free to reopen, ideally with a concrete reproduction scenario.

  3. Log in to comment