Skip to content

Completion doesn't work with referenced Object literal #508

Description

@angelozerr

Tern supports Object literal with this case :

requirejs.config({
  // here Ctrl+Space show baseUrl
});

But if you declare the object literal in a var, it doesn't work :

var config = {
  // PROBLEM : here Ctrl+Space doesn't show baseUrl
}
requirejs.config(config);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions