JP Richardson

Results 95 comments of JP Richardson

Hmm, fair points. I take it your preferred method of consuming JS packages is via Bower?

I just switched from Sublime Text and this behavior is madness. Atom users either have to sacrifice snippets or sacrifice autocomplete.

@benogle I think the ideal fix would be that when a snippet has been invoked (while still in snippet mode - with snippet parameters), that the autocomplete list should temporarily...

> Is this not inconsistent? I think it might be super strange to sometimes complete autocomplete things, and sometimes do snippet things even when the suggestion list is open. I'd...

> Is this not inconsistent? I think it might be super strange to sometimes complete autocomplete things, and sometimes do snippet things even when the suggestion list is open. >...

@bernatfortet yeah, it'd be pretty useful for us.

Yes, we will upgrade.

@LinusU I think @khankuan is asking about about blacklisting certain object keys and keeping the rest. In many cases, you may not know exactly which key/vals you want, as the...

Why not just disable it for your use case? Put this at the top of your file: ``` js /* eslint-disable react-in-jsx-scope */ ```

@feross yep. > I don't really want to be opinionated and push people to React without a good reason. Alright, fair enough. While it's nice to have the live feedback...