Is it possible to get autocomplete or suggestions or intellisense or something for CSS when developing in React?
For example, when I write something like this I want to be able to see all the possibilities for that CSS property. I know that I can get this if I use .css
files but sometimes I want to use inline CSS for something and it's really annoying that I have to google every time to see what I can use.