Newly created Lightning components don't show up in auto complete until manually regenerating offline symbol data

Issue #1195 resolved
Luke Stevens created an issue

After creating a new lightning component in IntelliJ, if I'm trying to reference that component with <c:, that new component doesn't show up in auto complete until after I manually select '‘Generate Offline Symbol Table" or restart the IDE.

Comments (4)

  1. Luke Stevens reporter

    Attached a snippet of the IntelliJ log when I was trying to create the 'oneLastTime' Lightning component that wasn't showing up in auto complete after creation

  2. Luke Stevens reporter

    Attaching one more log where I created a new component called 'newComponent' that also had the completion fail. This time I turned on:

    • com.illuminatedcloud.intellij.completion.EmbeddedMarkupCompletionContext
    • com.illuminatedcloud.intellij.completion.EmbeddedMarkupCompletionRule
    • com.illuminatedcloud.symtab.OfflineSymbolTable
    • com.illuminatedcloud.symtab.OfflineSymbolTable!trace (extremely verbose)
    • com.illuminatedcloud.intellij.settings.project.OfflineSymbolTableGenerator
    • com.illuminatedcloud.symtab.SystemDeclarations

    so it would hopefully be of more use.

  3. Log in to comment