Skip to content

Autocomplete not working? #19

Open
@peteruithoven

Description

@peteruithoven

I have:
Atom: 1.25.0
css-in-js: 1.4.0 (with default settings)

I'm trying to get auto completion for JSS css-in-js code. As a workaround I've created a custom css() function that simply returns it's argument.

css-in-js no autocomplete

Code example:

const css = input => input;

const style = css({
  container: {
  }
});
export default style;

What could be going wrong here?

Metadata

Metadata

Assignees

Labels

AtomIssues related to the Atom version of the extensionbughelp wanted

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions