Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete not working? #19

Open
peteruithoven opened this issue Mar 28, 2018 · 5 comments
Open

Autocomplete not working? #19

peteruithoven opened this issue Mar 28, 2018 · 5 comments
Assignees
Labels
Atom Issues related to the Atom version of the extension bug help wanted

Comments

@peteruithoven
Copy link

peteruithoven commented Mar 28, 2018

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?

@mileung
Copy link

mileung commented Jun 22, 2018

Same.

The behavior is unpredictable.

@zachgibson
Copy link
Contributor

@peteruithoven @mileung Try disabling other plugins. I’ve dealt with this before with other plugins and it was sometimes because of a conflict.

@fallenleavesguy
Copy link

I have disable other plugin, but no effect

@paulmolluzzo paulmolluzzo added bug help wanted Atom Issues related to the Atom version of the extension labels Jul 2, 2018
@paulmolluzzo
Copy link
Collaborator

Possibly a bad release related to issues seen for #23

@viweei
Copy link

viweei commented Apr 23, 2019

I have the same problem but i use vscode 1.33.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Atom Issues related to the Atom version of the extension bug help wanted
Projects
None yet
Development

No branches or pull requests

7 participants