css-in-js icon indicating copy to clipboard operation
css-in-js copied to clipboard

Autocomplete not working?

Open peteruithoven opened this issue 6 years ago • 5 comments

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?

peteruithoven avatar Mar 28 '18 15:03 peteruithoven

Same.

The behavior is unpredictable.

mileung avatar Jun 22 '18 21:06 mileung

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

zachgibson avatar Jun 25 '18 13:06 zachgibson

I have disable other plugin, but no effect

fallenleavesguy avatar Jun 26 '18 03:06 fallenleavesguy

Possibly a bad release related to issues seen for #23

paulmolluzzo avatar Jul 02 '18 02:07 paulmolluzzo

I have the same problem but i use vscode 1.33.1

viweei avatar Apr 23 '19 17:04 viweei